Skip to content

Sannis/laravel-pinba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Pinba integration for Laravel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages