We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
11.24.0
8.3.11
No response
My custom commands stoped working after the latest Laravel update and are not even being listed in php artisan.
php artisan
I think the problem might be from the update that changed the ApplicationBuilder.php file on this pull request: #52867
ApplicationBuilder.php
If I restore the ApplicationBuilder.php from before this update, the custom commands work again.
On version 11.24.0 of Laravel create a custom command and check if it shows up with php artisan.
The text was updated successfully, but these errors were encountered:
Can confirm, all custom commands in App\Console\Commands are not listed in php artisan and aren't able to be ran.
App\Console\Commands
Sorry, something went wrong.
Reported at #52902, there is a PR to fix it: #52903
Thanks for the info @rodrigopedra! Didn't see that you already reported the issue.
No problem =)
No branches or pull requests
Laravel Version
11.24.0
PHP Version
8.3.11
Database Driver & Version
No response
Description
My custom commands stoped working after the latest Laravel update and are not even being listed in
php artisan
.I think the problem might be from the update that changed the
ApplicationBuilder.php
file on this pull request: #52867If I restore the
ApplicationBuilder.php
from before this update, the custom commands work again.Steps To Reproduce
On version 11.24.0 of Laravel create a custom command and check if it shows up with
php artisan
.The text was updated successfully, but these errors were encountered: