Laravel-debugbar not work in laravel7
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?

okey
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.
Most helpful comment
I'm able to install the debug bar in laravel 7, but the ui is broken. Any additional tips after installing?