Laravel-debugbar: Laravel 5.8 support

Created on 26 Feb 2019  ·  14Comments  ·  Source: barryvdh/laravel-debugbar

Currently this package is uninstallable on Laravel 5.8.

Most helpful comment

All 14 comments

THANK YOU Barry for your super fast response and update! You're amazing! Keep up the great work. 💪🏼🙇🏼‍♂️

Awesome, thanks!

I couldn't get version 3.2.3 to work. Am I doing something wrong perhaps? Where there changes to the configuration that the documentation doesn't show? I normally don't have issues with this package. Is the 3.2.3 still unstable and that why I can't get it to work?

Still broken with Laravel 5.8.15

Debugbar working fine here on Laravel 5.8.15.

@Dannymx When you say it's "broken" can you provide some more information about what exactly isn't working.

@leewillis77 Fresh install of Laravel and Debugbar, and .env set to APP_DEBUG=true. I cannot get the Debugbar to show up.

That definitely works for me. I just did the following:

$ laravel new dbartest
$ cd dbartest
$ composer require barryvdh/laravel-debugbar

Viewing the resulting Laravel site shows up the debugbar just fine.

Maybe some other issue is affecting things for you? (composer config / outdated installer / PHP version / local config). How are you testing this?

@leewillis77 These are my settings:

Composer version 1.8.0
PHP 7.2.11 (cli) (built: Oct 10 2018 02:04:07) ( ZTS MSVC15 (Visual C++ 2017) x64 )
php artisan -V: Laravel Framework 5.8.15
php artisan package:discover
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: beyondcode/laravel-dump-server
Discovered Package: fideloper/proxy
Discovered Package: laravel/tinker
Discovered Package: maatwebsite/excel
Discovered Package: nesbot/carbon
Discovered Package: nunomaduro/collision
Package manifest generated successfully.

I'm running this with the latest version of Laragon 4.0.12

Can you reproduce with a fresh Laravel install (as per my example)?

My guess is that another package you have installed is interfering or you have some stale config or similar that's affecting things. Either way, I can confirm that debugbar v3.2.3 works fine out-of-the-box with Laravel 5.8.15.

Give that's the case, I'm going to close this issue (since the original problem has long since been resolved). If you're still having issues on a fresh install @Dannymx I'd suggest opening a fresh issue with as much information about your setup as you can muster. Good luck!

composer require barryvdh/laravel-debugbar:3.2.3 --dev

or

composer require barryvdh/laravel-debugbar:~3.2 --dev

Hi,
I am not able to view all the queires using Laravel Debugger. Only few are getting displayed. Can you please help me with this.

Laravel - 5.8
Debugger - 3.4

Hi,
I am not able to view all the queires using Laravel Debugger. Only few are getting displayed. Can you please help me with this.

Laravel - 5.8
Debugger - 3.4

try this
composer require barryvdh/laravel-debugbar:3.2.3 --dev

Was this page helpful?
0 / 5 - 0 ratings