Mads Møller Schrøder

Results 100 comments of Mads Møller Schrøder

We could use the this package for permissions and roles: https://github.com/romanbican/roles Its small and clean code.

cheers @gayanhewa I think that would make it the package more complete

@tommedema can you please link to those traits of 5.1 ?

Hi all, I can really recommend migrating to https://posthog.com/. We did this after the fact that Matomo cannot provide real segmentation and cohort analysis. Its open source, self hosted and...

@reganjohnson this works in 5.8: ```php Route::get('/account', [ \My\Namespace\ AccountController::class, 'index' ])->as('account.index'); ```

I suggest to still keep the following code intact ```php Workflow::define('My Workflow') ->addJob(new MyJob()) ->then(new SendNotification()); ``` but instead, let it be the job that has the implementation ```php class...

correct. It would be manual. First thing that comes to mind, is to change the `WorkflowEventSubscriber` so it does not automatically complete. ```diff public function handleJobProcessed(JobProcessed $event): void { if...

ive created a PR for test. Let me know what you think.

+1. We are all migrating or did already migrate to 8.0 so lets get that covered here.