fruitcake / laravel-telescope-toolbar

A toolbar for Laravel Telescope, based on the Symfony Web Profiler.
MIT License
773 stars 38 forks source link

Why do i have only one item in debug bar? #37

Open nezaboravi opened 4 years ago

nezaboravi commented 4 years ago

I have installed it today on new project, and got only one item in the bar. I see only Requests, and no queries, no user, nothing else.. Am i missing something?

Here is the photo:

Screenshot 2020-05-27 20 40 18
barryvdh commented 4 years ago

Is Telescope enabled? Do you have anything in Telescope itself or did you filter everything out

nezaboravi commented 4 years ago

In .env file APP_ENV was set to 'dev', changing to 'local' solved it. THanks :)