navruzm/laravel-mongo-cache

This package is abandoned and no longer maintained. No replacement package was suggested.

MongoDB Cache Driver for Laravel 4

v1.0.0-beta 2013-01-17 19:29 UTC

This package is not auto-updated.

Last update: 2020-01-24 15:10:23 UTC


README

MongoDB Cache driver for Laravel 4.

Build Status Installation

Add navruzm/laravel-mongo-cache as a requirement to composer.json:

{
    "require": {
        "navruzm/laravel-mongo-cache": "*"
    }
}

And then run composer update

Once Composer has updated your packages open up app/config/app.php and change Illuminate\Cache\CacheServiceProvider to MongoCache\CacheServiceProvider

Then open app/config/cache.php and find the driver key and change to mongo.