illuminated/db-profiler

Database Profiler for Laravel Web and Console Applications.
243,071 169
Install
composer require illuminated/db-profiler
Latest Version:12.0.0
PHP:^8.2
License:MIT
Last Updated:Mar 6, 2025
Links: GitHub  ·  Packagist
Maintainer: dmitry-ivanov

Database Profiler for Laravel Web and Console Applications

Laravel Database Profiler

StyleCI Build Status Coverage Status

Packagist Version Packagist Stars Packagist Downloads Packagist License

Database Profiler for Laravel Web and Console Applications.

A simple tool that works correctly even with dd() in your code.

Laravel Database Profiler
12.x 12.x
11.x 11.x
10.x 10.x
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.*

Usage

  1. Install the package via Composer:

    composer require illuminated/db-profiler
    
  2. Use the vvv parameter for Web:

    Laravel Database Profiler - Demo - Web

  3. Use the -vvv option for Console:

    Laravel Database Profiler - Demo - 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

Laravel Idea Material Theme UI Plugin

License

Laravel Database Profiler is open-sourced software licensed under the MIT license.

 

Related Packages

aura/sqlquery

Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can b...

3,167,690 457
atlas/statement

Object-oriented statement builders for MySQL, Postgres, SQLite, and SQLServer.

14,075 3
danielme85/laravel-log-to-db

Custom Laravel Log channel handler that can store log events to SQL or MongoDB...

1,020,624 134
absolutelydigital/medoo-laravel

Laravel Facade and ServiceProvider for The Lightest PHP database framework to ac...

57 3
repat/laravel-medoo

Laravel Facade and ServiceProvider for The Lightest PHP database framework to ac...

248 5