filament-logger
filament-logger copied to clipboard
Event auto discovery not working anymore
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.