fruitcake/laravel-debugbar
This is an external open-source GitHub repository imported into the WOCSOL Marketplace for discovery. The original repository owner is the primary creator.
Repository Details
Repository Description
Debugbar for Laravel (Integrates PHP Debug Bar)
Debugbar for Laravel (Integrates PHP Debug Bar)
## Debugbar for Laravel  [](https://choosealicense.com/licenses/mit) [](https://packagist.org/packages/fruitcake/laravel-debugbar) [](https://packagist.org/packages/fruitcake/laravel-debugbar) [](https://fruitcake.nl) This is a package to integrate [PHP Debug Bar](https://github.com/php-debugbar/php-debugbar) with Laravel. It includes a ServiceProvider to register the debugbar and attach it to the output. You can publish assets and configure it through Laravel. It bootstraps some Collectors to work with Laravel and implements a couple custom DataCollectors, specific for Laravel. It is configured to display Redirects and Ajax/Livewire Requests, which are shown in a dropdown. Read the [documentation](https://php-debugbar.com/docs) for more configuration options.  > [!CAUTION] > Use the DebugBar only in development. Do not use Debugbar on publicly accessible websites, as it will leak information from stored requests (by design). > [!WARNING] > It can also slow the application down (because it has to gather and render data). So when experiencing slowness, try disabling some of the collectors. This package includes some custom collectors: - QueryCollector: Show all queries, including binding + timing - RouteCollector: Show
Related Repositories
Product Discussion
Ask questions or discuss this product. New comments are reviewed before publishing.
Loading comments...