itrulia/elo-cache
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.
Related Packages
maartenstaa/laravel-41-route-caching
This package allows you to cache your routes definitions, thereby speeding up ea...
385,406
25
spatie/laravel-responsecache
Speed up a Laravel application by caching the entire response
9,639,828
2,812