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 adds sections to file base cache of Laravel4
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',
)
You can use sections now with file based cache.