Ben

Results 12 comments of Ben

Same for me. Spend an hour to find the bug that caused my tests to fail after a laravel 8 upgrade. The seeds were not working anymore because the seed...

Hi, as a workaround, put this in the boot method of any service provider: ``` Broadcast::channel('globals.{id}.{site}', function ($user, $id, $site) { return [ 'name' => $user->name(), 'id' => $user->id(), 'title'...