-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
There are no commands defined in the "debugbar" namespace if ServiceProvider is in {environment}/app.php #18
Comments
Are you running artisan in the correct env? Try running |
Ahh yes, that had solved the problem. I had my environment conditions incorrectly set. Thank you |
returns:
and:
returns:
|
And you registered the debugbar serviceprovider correctly? |
Oops, my bad, I have accidentally reverted the config file. thanks. |
Hey I'm having the same issue, what's the matter please? |
You don't need to publish anymore. |
what do you mean? |
I just can't get the debuger running in Laravel 5 local env. |
Okay then open your own issue with more information |
Alright, Thanks! |
Hi
After installing the service provider in the configured environment
config/local/app.php
, after runningphp artisan debugbar:publish
I get:There are no commands defined in the "debugbar" namespace
Inserting just in
config/app.php
is OK however.Not sure if this is intentional.
The text was updated successfully, but these errors were encountered: