itrulia/elo-cache

There is no license information available for the latest version (dev-master) of this package.

Adds sections to files

dev-master 2013-12-17 14:49 UTC

This package is not auto-updated.

Last update: 2024-11-18 15:32:18 UTC


README

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.