dev-master
9999999-devPinba integration for Laravel
MIT
The Requires
- php >=5.5.9
- illuminate/support 5.1.*|5.2.*|5.3.*|5.4.*
by Oleg efimov
laravel debug profiler pinba
Pinba integration for Laravel
Integrates Pinba with Laravel., (*1)
Use composer to install:, (*2)
composer require Sannis/laravel-pinba
Require this package with composer:, (*3)
composer require sannis/laravel-pinba
After updating composer, add the \Sannis\Pinba\ServiceProvider::class
to the providers array in config/app.php, (*4)
If you use a catch-all/fallback route, make sure you load the Pinba ServiceProvider before your own App ServiceProviders., (*5)
Copy the package config to your local config with the publish command:, (*6)
php artisan vendor:publish --provider="\Sannis\Pinba\ServiceProvider"
Pinba integration for Laravel
MIT
laravel debug profiler pinba