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

Laravel Debugbar is not appearing in the project #32

Closed
trianity opened this issue Aug 18, 2018 · 2 comments
Closed

Laravel Debugbar is not appearing in the project #32

trianity opened this issue Aug 18, 2018 · 2 comments

Comments

@trianity
Copy link
Contributor

HI @bpocallaghan

The Laravel Debugbar is included to the project:
https://github.com/barryvdh/laravel-debugbar

The settings in the .env file are:

  • APP_ENV=local
  • APP_DEBUG=true
  • APP_LOG_LEVEL=debug
  • DEBUGBAR_ENABLED=true

but the Debugbar is not appeared in the front and even it is not appeared in the backend.

Do you have any suggestion?

@bpocallaghan
Copy link
Owner

Hi @AkkuFresh

Have a look at composer.json
Line 67

"extra": {
        "laravel": {
            "dont-discover": [
                "barryvdh/laravel-debugbar"
            ]
        }
    },

Remove line 67 "barryvdh/laravel-debugbar"

Then open command line

Run
composer dump-autoload
You can 'exclude' packages to be auto loaded there.

Please let me know if its not working.

@trianity
Copy link
Contributor Author

HI @bpocallaghan
Thank you very much. The laravel-debugbar was in the "dont-discover" section.
Removing it the DebugBar is appeared.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants