How to debug Laravel App using Laravel Debugbar

Laravel creates an admin panel from scratch — Part 16

Balaji Dharma
Dev Genius
Published in
4 min readSep 24, 2022

--

The Laravel Debugbar is one of the most useful Laravel packages for development. This Laravel Debugbar is integrated with PHP Debug Bar

Only for development

Use this Debugbar only for a development environment (for Local development). Don’t enable production, because slows the application whole gather data in load time.

Installation

--

--