nguyenhiep / db-profiler
Database Profiler for Laravel Web and Console Applications.
8.1.0
2020-12-21 18:14 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.1
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^8.4|^9.0
This package is auto-updated.
Last update: 2026-06-09 13:47:37 UTC
README
-
Install the package via Composer:
composer require nguyenhiep/db-profiler:v1.2
-
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.


