Stars: 161
Forks: 20
Pull Requests: 3
Issues: 7
Watchers: 5
Last Updated: 2023-03-07 10:08:21
Database Profiler for Laravel Web and Console Applications.
License: MIT License
Languages: PHP
Database Profiler for Laravel Web and Console Applications.
A simple tool that works correctly even with
dd()
in your code.
Laravel | Database Profiler |
---|---|
9.x | 9.x |
8.x | 8.x |
7.x | 7.x |
6.x | 6.x |
5.8.* | 5.8.* |
5.7.* | 5.7.* |
5.6.* | 5.6.* |
5.5.* | 5.5.* |
5.4.* | 5.4.* |
5.3.* | 5.3.* |
5.2.* | 5.2.* |
5.1.* | 5.1.* |
Install the package via Composer:
composer require illuminated/db-profiler
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.