Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel's auto event discovery not working #926

Closed
surazdott opened this issue Apr 30, 2024 · 1 comment
Closed

Laravel's auto event discovery not working #926

surazdott opened this issue Apr 30, 2024 · 1 comment

Comments

@surazdott
Copy link

surazdott commented Apr 30, 2024

Q A
Bug? no
New Feature? no
Framework Laravel
Framework version 11.5
Package version: 13.6
PHP version 8.3

Actual Behaviour

By default, Laravel 11 will automatically find and register our event listeners by scanning our application's Listeners directory. The event was working fine before installing the package. After installation, the package Laravel auto-event discovery is not working. But manually registering events is working fine.

Expected Behavior

I want to use Laravel's auto-event discovery functionality after installing the package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants