sannis/laravel-pinba

Pinba integration for Laravel
22 2
Install
composer require sannis/laravel-pinba
PHP:>=5.5.9
License:MIT
Last Updated:May 18, 2017
Links: GitHub  ·  Packagist
Maintainer: Sannis

laravel-pinba

Description

Integrates Pinba with Laravel.

Installation

Use composer to install:

composer require Sannis/laravel-pinba

Installation

Require this package with composer:

composer require sannis/laravel-pinba

After updating composer, add the \Sannis\Pinba\ServiceProvider::class to the providers array in config/app.php

If you use a catch-all/fallback route, make sure you load the Pinba ServiceProvider before your own App ServiceProviders.

Copy the package config to your local config with the publish command:

php artisan vendor:publish --provider="\Sannis\Pinba\ServiceProvider"

Related Packages

tochka-developers/laravel-pinba-extension

Integrates pinba + pinboard with Laravel

5,778 2
recca0120/laravel-tracy

A Laravel Package to integrate Nette Tracy Debugger

285,336 379
lsrur/inspector

Laravel Inspector, debugging and profiling tools for Web Artisans

41,142 232
hexincorp/debugbar

PHP Debugbar integration for Laravel

32 0
phantoanit/lumen-debugbar

PHP Debugbar integration for Laravel

40 0