Integrates pinba + pinboard with Laravel
tochka-developers/laravel-pinba-extension is a Laravel package for integrates pinba + pinboard with laravel.
It currently has 2 GitHub stars and 5.778 downloads on Packagist (latest version 1.0).
Install it with composer require tochka-developers/laravel-pinba-extension.
Discover more Laravel packages by tochka-developers
or browse all Laravel packages to compare alternatives.
Last updated
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