| Package Data | |
|---|---|
| Maintainer Username: | Sannis |
| Maintainer Contact: | efimovov@gmail.com (Oleg efimov) |
| Package Create Date: | 2016-06-28 |
| Package Last Update: | 2017-05-18 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-28 03:02:52 |
| Package Statistics | |
|---|---|
| Total Downloads: | 22 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 2 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Integrates Pinba with Laravel.
Use composer to install:
composer require Sannis/laravel-pinba
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"