Database Profiler for Laravel Web and Console Applications.
uocnv/db-profiler is a Laravel package for database profiler for laravel web and console applications..
It currently has 0 GitHub stars and 13 downloads on Packagist (latest version 8.2.3).
Install it with composer require uocnv/db-profiler.
Discover more Laravel packages by uocnv
or browse all Laravel packages to compare alternatives.
Last updated
Install the package via Composer:
composer require uocnv/db-profiler
Publish config
php artisan vendor:publish --provider="Illuminated\Database\DbProfilerServiceProvider"
Use the vvv parameter for Web:

Use the -vvv option for Console:

Enabled only for the local environment, so you don't have to worry about production.
If you want to force profiling for non-local environments - specify it explicitly in your .env file:
DB_PROFILER_FORCE=true
Laravel Database Profiler is open-sourced software licensed under the MIT license.