dev-master
9999999-devIntegrates pinba + pinboard with Laravel
MIT
The Requires
- php >=5.5.9
- illuminate/support 5.1.*|5.2.*
by Sergey Kaspirovich
laravel debug profiler pinba
Integrates pinba + pinboard with Laravel
Pinba integration for Laravel, (*1)
Integrates pinba + pinboard with Laravel, (*2)
Require this package with composer:, (*3)
composer require tochka-developers/laravel-pinba-extension
After updating composer, add the tochkaDevelopers\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="tochkaDevelopers\Pinba\ServiceProvider"
To register the Pinba server settings in .env, (*7)
pinba.enabled = true pinba.server = host:port
Integrates pinba + pinboard with Laravel
MIT
laravel debug profiler pinba