Laravel-debugbar: Laravel-debugbar not work in laravel7

Created on 8 Aug 2020  路  10Comments  路  Source: barryvdh/laravel-debugbar

Laravel-debugbar not work in laravel7

stale

Most helpful comment

I'm able to install the debug bar in laravel 7, but the ui is broken. Any additional tips after installing?

debug-screenshot

All 10 comments

the plugin works just checked if you configured everything correctly try to add it in the HTML request after index.php=debugbar the plugin should be activated

Tried to install it in both Laravel v6 and v7 on local Valet, but keep getting Allowed memory size of 1610612736 bytes exhausted. Any tips?

Increase your composer memory limit.

This should do the trick:

COMPOSER_MEMORY_LIMIT=-1 composer require barryvdh/laravel-debugbar --dev

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.

This should do the trick:

COMPOSER_MEMORY_LIMIT=-1 composer require barryvdh/laravel-debugbar --dev

I got the answer

I'm able to install the debug bar in laravel 7, but the ui is broken. Any additional tips after installing?

debug-screenshot

okey

Hi @barryvdh , I am not able to install this package in laravel 5.8 , still getting the below errors.
Image-1
Image-2

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Thijmen picture Thijmen  路  6Comments

hussein-elhussein picture hussein-elhussein  路  3Comments

linaspasv picture linaspasv  路  5Comments

hookover picture hookover  路  4Comments

beneverard picture beneverard  路  6Comments