About this project

Laravel Debugbar is a development package that integrates PHP Debug Bar with Laravel applications. It registers a ServiceProvider to attach the debug bar to output and includes Laravel-specific data collectors for queries (with bindings and timing), routes, views, events, logs, cache, config, files, and request/response information. The package also provides a facade and helper functions for logging messages, measuring execution time, and capturing exceptions. It supports redirects and Ajax/Livewire requests in a dropdown, and can store previous requests for browsing when explicitly enabled. The debug bar is enabled automatically only when APP_DEBUG is true and the environment is not production or testing, with configuration options available through a publishable config file. It works out of the box with Laravel Octane and includes Twig extensions for debugging templates. The project is intended strictly for development use, as it can expose request data and add performance overhead.