itrulia/elo-cache

Adds sections to files
55 2
Install
composer require itrulia/elo-cache
PHP:>=5.3.0
Last Updated:Dec 17, 2013
Links: GitHub  ·  Packagist
Maintainer: Itrulia

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

spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

9,823,775 2,814
barryvdh/laravel-httpcache

HttpCache for Laravel

410,602 501
ytake/laravel-smarty

Smarty template engine for Laravel and Lumen

414,522 85
ytake/laravel-couchbase

Couchbase providers for Laravel

52,494 30
maartenstaa/laravel-41-route-caching

This package allows you to cache your routes definitions, thereby speeding up ea...

386,174 25