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
Set debug
to true
in config/app.php
and the debugbar should appear.
See barryvdh/laravel-debugbar for more usage instructions and documentation.