2017 © Pedro Peláez
 

library profiler

Profiler for Laravel 4

image

kr4y/profiler

Profiler for Laravel 4

  • Monday, March 3, 2014
  • by kr4Y
  • Repository
  • 1 Watchers
  • 1 Stars
  • 77 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

laravel-profiler

Profiler for Laravel 4, (*1)

Installation

In composer.json file:, (*2)

{
    "require-dev": {
        "kr4y/profiler": "dev-master"
    },
}

In app/config/app.php:, (*3)


'providers' => array( ... 'Kr4Y\Profiler\ProfilerServiceProvider', ... ), 'aliases' => array( ... 'Profiler' => 'Kr4Y\Profiler\Facades\Profiler', ...

If you need to disable profiler (disabled in production environment by default), publish package config php artisan config:publish kr4y/profiler and set 'enabled' => false, (*4)

Profiler snapshot points usage:, (*5)


Profiler::startPoint('sample snapshot point'); ..... Profiler::endPoint('sample snapshot point');

The Versions

03/03 2014

dev-master

9999999-dev

Profiler for Laravel 4

  Sources   Download

MIT

The Requires

 

by Avatar kr4Y

laravel 4 profiler

24/05 2013

1.0.2

1.0.2.0

Profiler for Laravel 4

  Sources   Download

MIT

The Requires

 

by Avatar kr4Y

laravel 4 profiler

24/05 2013

dev-develop

dev-develop

Profiler for Laravel 4

  Sources   Download

MIT

The Requires

 

by Avatar kr4Y

laravel 4 profiler

08/05 2013

1.0

1.0.0.0

Profiler for Laravel 4

  Sources   Download

MIT

The Requires

 

by Avatar kr4Y

laravel 4 profiler