laravel-debugbar
laravel-debugbar copied to clipboard
Debugbar for Laravel (Integrates PHP Debug Bar)
I made lazy loading for font-awesome, through JS event load. some comparisions: Old version: 243kb, load time: 15s (Slow 3G) New Version: 119kb, load time: 11s (Slow 3G) this pr...
TODO; get the source of the CSP in a callable? Counterpart of https://github.com/maximebf/php-debugbar/pull/439
I want save all request (html) but i dont want inject bar
This resolves #1046 by overriding the built-in `artisan route:list` command to filter out the `_debugbar` routes. This functionality is enabled by a config flag, which is false by default.
fix route closure middleware
While browsing on my app, I usually glance at the debugbar to see if my memory usage and request duration is within my normal limits. It would be great to...
If often hide the debugbar by clicking the cross on the bottom right corner. And to reopen I click on the laravel icon that stays in the bottom left corner....
It is useful when some routes are defined in a if statement block.
Fixes Uncaught TypeError: Cannot read property 'noConflict' of undefined when jQuery is not yet initialized.