Skip to content

biz-on/laravel-db-profiler

 
 

Repository files navigation

Laravel Database Profiler

Become a Patron

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.*

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 package through 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.

Support on Patreon

About

DB profiling for Laravel web and console applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%