uocnv / db-profiler
Database Profiler for Laravel Web and Console Applications.
8.2.3
2021-08-26 01:36 UTC
Requires
- php: ^7.3|^8.0
- illuminate/database: ^8.0
- illuminate/support: ^8.0
Requires (Dev)
- illuminated/helper-functions: ^8.0
- illuminated/testing-tools: ^8.0
- mockery/mockery: ^1.3.2
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^8.4|^9.0
This package is auto-updated.
Last update: 2026-05-26 12:43:46 UTC
README
-
Install the package via Composer:
composer require uocnv/db-profiler
-
Publish config
php artisan vendor:publish --provider="Illuminated\Database\DbProfilerServiceProvider" -
Use the
vvvparameter for Web: -
Use the
-vvvoption for Console:
Local by default
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
License
Laravel Database Profiler is open-sourced software licensed under the MIT license.

