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
- dev-master
- 8.x-dev
- 8.1.0
- 8.0.0
- 7.x-dev
- 7.1.0
- 7.0.0
- 6.x-dev
- 6.2.0
- 6.1.0
- 6.0.0
- 5.8.x-dev
- 5.8.0
- 5.7.x-dev
- 5.7.3
- 5.7.2
- 5.7.1
- 5.7.0
- 5.6.x-dev
- 5.6.5
- 5.6.4
- 5.6.3
- 5.6.2
- 5.6.1
- 5.6.0
- 5.5.x-dev
- 5.5.4
- 5.5.3
- 5.5.2
- 5.5.1
- 5.5.0
- 5.4.x-dev
- 5.4.2
- 5.4.1
- 5.4.0
- 5.3.x-dev
- 5.3.3
- 5.3.2
- 5.3.1
- 5.3.0
- 5.2.x-dev
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.x-dev
- 5.1.2
- 5.1.1
- 5.1.0
- v1.2.1
- v1.2
- v1.1
- 1.0.22
- 1.0.21
- 1.0.20
- 1.0.19
- 1.0.18
- 1.0.17
- 1.0.16
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- v1.0
- 0.1.3
- 0.1.2
- 0.1.1
This package is auto-updated.
Last update: 2025-03-09 11:22:22 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
vvv
parameter for Web: -
Use the
-vvv
option 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.