tastyigniter/ti-ext-debugbar

Easily see what's going on under the hood of your TastyIgniter application.

Fund package maintenance!
tastyigniter
Open Collective

Installs: 28

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 4

Forks: 2

Open Issues: 0

Type:tastyigniter-extension

2.3.1 2022-08-27 08:28 UTC

This package is auto-updated.

Last update: 2024-04-24 15:15:24 UTC


README

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.