Skip to content
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

Non working on laravel 5.5 #779

Closed
ddmo opened this issue Jan 28, 2018 · 3 comments
Closed

Non working on laravel 5.5 #779

ddmo opened this issue Jan 28, 2018 · 3 comments
Labels

Comments

@ddmo
Copy link

ddmo commented Jan 28, 2018

I've installed according to instructions but not showing on browser.

APP_DEBUG=true in my .env file
Package has been added as both a Service Provider and a Facade
I have published the config file debugbar.php for the package
Run php artisan cache:clear

Any idea?
Thanks

@tomzx
Copy link
Contributor

tomzx commented Feb 1, 2018

Is this on a clean install of Laravel? It should work out of the box.

If it's not a clean install, then have you tried it on a simple page? How did you determine it isn't working?

@guizoxxv
Copy link

Check your logs at storage/logs/larave.log. I was getting the following with a fresh install of Laravel 5.6

local.ERROR: Debugbar exception: mkdir(): Permission denied

If that's your case...turns out that Degubbar needs to create a folder storage/debugbar but wasn't able because storage permission is 775 by default.
My solution was to change the permission to 777 so that the folder could be created and then change it back to 775.

sudo chmod 777 storage/

@stale
Copy link

stale bot commented Jul 29, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If this issue is still present on the latest version of this library on supported Laravel versions, please let us know by replying to this issue so we can investigate further.
Thank you for your contribution! Apologies for any delayed response on our side.

@stale stale bot added the stale label Jul 29, 2020
@stale stale bot closed this as completed Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants