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
We'll need more info and/or code to debug this further. Can you please create a repository with the command below, commit the code that reproduces the issue as one separate commit on the main/master branch and share the repository here?
Laravel Version
11.9.2
PHP Version
8.2
Database Driver & Version
No response
Description
After updating Laravel from v11.8.0 to v11.9.2, some events are listed and called twice in my testing environment.
For instance,
php artisan event:list
shows:I didn't manually register those events.
I don't know if it's an issue linked to Laravel or my app.
Steps To Reproduce
Try
php artisan event:list
command.The text was updated successfully, but these errors were encountered: