2017 © Pedro Peláez
 

library debug

Artisan Debug Profiler for Laravel

image

orchestra/debug

Artisan Debug Profiler for Laravel

  • Saturday, July 28, 2018
  • by crynobone
  • Repository
  • 1 Watchers
  • 15 Stars
  • 37,823 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 22 Versions
  • 2 % Grown

The README.md

Artisan Debug Profiler for Laravel

Debug Component is commandline profiling package for Laravel, It was based from Laravel 4.1 commandline profiling tool which was merged with php artisan tail., (*1)

Build Status Latest Stable Version Total Downloads Latest Unstable Version License, (*2)

Table of Content

Version Compatibility

Laravel Debug
4.x.x 2.x.x
5.0.x 3.0.x
5.1.x 3.1.x
5.2.x 3.2.x
5.3.x 3.3.x
5.4.x 3.4.x
5.5.x 3.5.x
5.6.x 3.6.x@dev

Installation

To install through composer, simply put the following in your composer.json file:, (*3)

{
    "require": {
        "orchestra/debug": "~3.0"
    }
}

And then run composer install from the terminal., (*4)

Quick Installation

Above installation can also be simplify by using the following command:, (*5)

composer require "orchestra/debug=~3.0"

Configuration

Add following service providers in config/app.php., (*6)

'providers' => [

    // ...

    Orchestra\Debug\DebugServiceProvider::class,
    Orchestra\Debug\CommandServiceProvider::class,

],

Aliases

You could also create an alias for Orchestra\Support\Facades\Profiler in config/app.php., (*7)

'aliases' => [

    // ...

    'Profiler' => Orchestra\Support\Facades\Profiler::class,

],

Usage

Enabling Profiler

To enable the profiler, all you need to do is:, (*8)

Profiler::start();

This normally would goes in your development environment such as local environment, in the case app/Providers/AppServiceProvider.php would be an ideal location to include the command., (*9)

Viewing the Profiler

To view the profiler, run the following command in your terminal:, (*10)

php artisan debug

The Versions

28/07 2018

3.6.x-dev

3.6.9999999.9999999-dev http://orchestraplatform.com/docs/latest/components/debug/

Artisan Debug Profiler for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel debug orchestral profiler orchestra-platform

21/01 2017

3.3.x-dev

3.3.9999999.9999999-dev http://orchestraplatform.com/docs/latest/components/debug/

Artisan Debug Profiler for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel debug orchestral profiler orchestra-platform

16/03 2016

3.2.x-dev

3.2.9999999.9999999-dev http://orchestraplatform.com/docs/latest/components/debug/

Artisan Debug Profiler for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel debug orchestral profiler orchestra-platform

06/12 2015

3.1.x-dev

3.1.9999999.9999999-dev http://orchestraplatform.com/docs/latest/components/debug/

Artisan Debug Profiler for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel debug orchestral profiler orchestra-platform

06/12 2015

v3.1.1

3.1.1.0 http://orchestraplatform.com/docs/latest/components/debug/

Artisan Debug Profiler for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel debug orchestral profiler orchestra-platform

27/05 2015

3.0.x-dev

3.0.9999999.9999999-dev http://orchestraplatform.com/docs/latest/components/debug/

Artisan Debug Profiler for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel debug orchestral profiler orchestra-platform

17/05 2015

v3.1.0

3.1.0.0 http://orchestraplatform.com/docs/latest/components/debug/

Artisan Debug Profiler for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel debug orchestral profiler orchestra-platform

06/02 2015

2.0.x-dev

2.0.9999999.9999999-dev

Artisan Debug Profiler for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel orchestral orchestra-platform

26/10 2013

v2.0.0

2.0.0.0

Artisan Debug Profiler for Laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel orchestral orchestra-platform