Z3d0X / filament-logger

Extensible activity logger for filament that works out-of-the-box.
MIT License
276 stars 40 forks source link

Event auto discovery not working anymore #109

Open mihob opened 3 months ago

mihob commented 3 months ago

It looks like Event Auto Discovery no longer works when your plugin is active. At least when php artisan event:cache is executed.

shouldDiscoverEvents from the EventServiceProvider of the framework always returns false.

Maybe I should mention that I run laravel with octane.