| Package Data | |
|---|---|
| Maintainer Username: | Itrulia |
| Maintainer Contact: | info@karl-merkli.ch (Itrulia <Karl Merkli>) |
| Package Create Date: | 2013-07-18 |
| Package Last Update: | 2013-12-17 |
| Language: | PHP |
| License: | Unknown |
| Last Refreshed: | 2025-11-02 15:11:08 |
| Package Statistics | |
|---|---|
| Total Downloads: | 55 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 2 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
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.