-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
Console commands aren't loaded #47327 #47377
Comments
Same issue here on the latest version |
What does your The best path forward is to probably use the composer autoload classmap to get the class from the filename instead of trying to make assumptions when parsing the filename---I can PR a fix |
It is not modified, default one
I think it's the best way to fix. Thanks |
We reverted the original PR for now. Thanks |
Laravel Version
10.13.2
PHP Version
8.1.17
Database Driver & Version
No response
Description
after update to laravel 10.13.2 my console commands are not loaded
Steps To Reproduce
my composer.json
due to PR #47327 now Kernel load is trying to load App\App\Console\Commands\MyCommand.php that is a wrong namespace
MyCommand.php file is in app/App/Console/Commands folder and in the App\Console\Commands namespace
The text was updated successfully, but these errors were encountered: