Sannis / laravel-pinba by Sannis

Pinba integration for Laravel
22
2
2
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: 2024-04-19 15:09:57
Package Statistics
Total Downloads: 22
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 2
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

laravel-pinba

Description

Integrates Pinba with Laravel.

Installation

Use composer to install:

composer require Sannis/laravel-pinba

Installation

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"