Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 561 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 561 Bytes

Adds PHP Debugbar to your TastyIgniter application. This extension provides easy access to tools like the response timeline, database queries, and exceptions.

If the extension was installed without using the marketplace

Run a composer update from your TastyIgniter root directory to install the extension dependencies

Usage

Set debug to true in config/app.php and the debugbar should appear.

See barryvdh/laravel-debugbar for more usage instructions and documentation.