itrulia / elo-cache
Adds sections to files
Installs: 55
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/itrulia/elo-cache
Requires
- php: >=5.3.0
- illuminate/support: 4.0.1
This package is not auto-updated.
Last update: 2025-10-20 20:29:30 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.