Itrulia / EloCache by Itrulia

Adds sections to files
55
2
2
Package Data
Maintainer Username: Itrulia
Maintainer Contact: info@karl-merkli.ch (Itrulia <Karl Merkli>)
Package Create Date: 2013-07-18
Package Last Update: 2013-12-17
Language: PHP
License: Unknown
Last Refreshed: 2024-04-17 15:16:11
Package Statistics
Total Downloads: 55
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 2
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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.