Download the PHP package tochka-developers/laravel-pinba-extension without Composer
On this page you can find all versions of the php package tochka-developers/laravel-pinba-extension. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tochka-developers/laravel-pinba-extension
More information about tochka-developers/laravel-pinba-extension
Files in tochka-developers/laravel-pinba-extension
Download tochka-developers/laravel-pinba-extension
More information about tochka-developers/laravel-pinba-extension
Files in tochka-developers/laravel-pinba-extension
Vendor tochka-developers
Package laravel-pinba-extension
Short Description Integrates pinba + pinboard with Laravel
License MIT
Package laravel-pinba-extension
Short Description Integrates pinba + pinboard with Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-pinba-extension
laravel-pinba-extension
Pinba integration for Laravel
Description
Integrates pinba + pinboard with Laravel
Installation
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
All versions of laravel-pinba-extension with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
The package tochka-developers/laravel-pinba-extension contains the following files
Loading the files please wait ....