illuminated / db-profiler
Database Profiler for Laravel Web and Console Applications.
Installs: 198 715
Dependents: 0
Suggesters: 0
Security: 0
Stars: 166
Watchers: 5
Forks: 20
Open Issues: 0
Requires
- php: ^8.1
- illuminate/database: ^10.0
- illuminate/support: ^10.0
Requires (Dev)
- illuminated/helper-functions: ^10.0
- illuminated/testing-tools: ^10.0
- mockery/mockery: ^1.5.1
- orchestra/testbench: ^8.0
- phpunit/phpunit: ^10.5
- dev-master
- 10.x-dev
- 10.0.0
- 9.x-dev
- 9.1.0
- 9.0.0
- 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
- 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
- 1.0.0
- 0.1.3
- 0.1.2
- 0.1.1
This package is auto-updated.
Last update: 2024-11-06 23:04:35 UTC
README
Laravel Database Profiler
Database Profiler for Laravel Web and Console Applications.
A simple tool that works correctly even with
dd()
in your code.
Usage
-
Install the package via Composer:
composer require illuminated/db-profiler
-
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
Sponsors
License
Laravel Database Profiler is open-sourced software licensed under the MIT license.