You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My app path is 'src'
And when i want to turn on auto discovering events, laravel resolve my listener class as ' Src\Listeners...'
But my app has another namespace.
The reason is hardcoded App path in method 'classFromFile' of class DiscoverEvents
Steps To Reproduce:
The text was updated successfully, but these errors were encountered:
Heya. At the moment we only support auto-discovery for events in the app directory as this is the default for Laravel. If you have renamed your directory please manually register your events and listeners as before.
Description:
My app path is 'src'
And when i want to turn on auto discovering events, laravel resolve my listener class as ' Src\Listeners...'
But my app has another namespace.
The reason is hardcoded App path in method 'classFromFile' of class DiscoverEvents
Steps To Reproduce:
The text was updated successfully, but these errors were encountered: