dev-master
9999999-devAdds sections to files
The Requires
- php >=5.3.0
- illuminate/support 4.0.1
by Karl Merkli
laravel cache
Wallogit.com
2017 © Pedro Peláez
Adds sections to files
EloCache adds sections to file base cache of Laravel4, (*1)
Add itrulia/elo-cache to composer.json., (*2)
"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., (*3)
'providers' => array(
'Itrulia\EloCache\EloCacheServiceProvider',
)
You can use sections now with file based cache., (*4)
Adds sections to files
laravel cache