dmitry-ivanov / laravel-db-profiler by dmitry-ivanov

Database Profiler for Laravel Web and Console Applications.
184,847
160
5
Package Data
Maintainer Username: dmitry-ivanov
Maintainer Contact: dmitry.g.ivanov@gmail.com (Dmitry Ivanov)
Package Create Date: 2016-09-12
Package Last Update: 2024-03-06
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-05-10 03:00:21
Package Statistics
Total Downloads: 184,847
Monthly Downloads: 1,524
Daily Downloads: 59
Total Stars: 160
Total Watchers: 5
Total Forks: 20
Total Open Issues: 0

Laravel Database Profiler

StyleCI Build Status Coverage Status

Latest Stable Version Latest Unstable Version Total Downloads License

DB profiling for Laravel web and console applications.

| Laravel | Database Profiler | | ------- | :--------------------------------------------------------------------: | | 5.1.* | 5.1.* | | 5.2.* | 5.2.* | | 5.3.* | 5.3.* | | 5.4.* | 5.4.* | | 5.5.* | 5.5.* | | 5.6.* | 5.6.* | | 5.7.* | 5.7.* | | 5.8.* | 5.8.* |

Enabled only for local environment, you don't need to bother about production.

If you want to enable profiling on other environments, use db-profiler.force config variable.

Usage

  1. Install the package via Composer:

    composer require illuminated/db-profiler
    
  2. Use vvv request parameter or -vvv cli option to enable profiling.

Web Profiling

Use vvv request parameter for web profiling:

Web example

Console Profiling

Use -vvv option for console profiling:

Console example

License

The MIT License. Please see License File for more information.