Package Data | |
---|---|
Maintainer Username: | tochka-developers |
Maintainer Contact: | lexxksb@gmail.com (Sergey Kaspirovich) |
Package Create Date: | 2016-08-16 |
Package Last Update: | 2016-08-18 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-14 15:12:44 |
Package Statistics | |
---|---|
Total Downloads: | 3,562 |
Monthly Downloads: | 200 |
Daily Downloads: | 17 |
Total Stars: | 2 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Pinba integration for Laravel
Integrates pinba + pinboard with Laravel
Require this package with composer:
composer require tochka-developers/laravel-pinba-extension
After updating composer, add the tochkaDevelopers\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="tochkaDevelopers\Pinba\ServiceProvider"
To register the Pinba server settings in .env
pinba.enabled = true
pinba.server = host:port