-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Description
Laravel Package Version
1.0.14
Laravel Version
11.45.2
PHP Version
8.3.17
System Info
Windows 11 WSL Ubuntu 22.04
Description
php artisan boost:install
ERROR There are no commands defined in the "boost" namespace.
That was the only info I got from the cli. I ran this though GPT5 and it found that its service provider only registers commands when config('app.debug') is true. I have a brownfield app that is not in debug mode as it wasn't needed.
The install should give a clear message about this being the reason it failed or APP_DEBUG=true should be required in the documentation.
Steps To Reproduce
in the .env have APP_DEBUG=false
run php artisan boost:install
Metadata
Metadata
Assignees
Labels
No labels