titzu / Laravel-4-Route-Cache

This is a Laravel 4 package that provides caching for the response of the application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Activate only for production environment?

justb81 opened this issue · comments

How can i activate the Cache only for staging/production? I found no config at all to surpress caching in local environment.

if i activate the service-provider only in some environments, the routes fail in the other. :-(