LaravelPackages.net
Acme Inc.
Toggle sidebar
itrulia/elo-cache

Adds sections to files

55
2
About itrulia/elo-cache

itrulia/elo-cache is a Laravel package for adds sections to files. It currently has 2 GitHub stars and 55 downloads on Packagist. Install it with composer require itrulia/elo-cache. Discover more Laravel packages by itrulia or browse all Laravel packages to compare alternatives.

Last updated

EloCache

EloCache adds sections to file base cache of Laravel4

Installation

Add itrulia/elo-cache to composer.json.

"itrulia/elo-cache": "dev-master"

Run composer update to pull down the latest version of EloCache. Now open up app/config/app.php and add the service provider to your providers array.

'providers' => array(
    'Itrulia\EloCache\EloCacheServiceProvider',
)

Usage

You can use sections now with file based cache.