navruzm/laravel-mongo-cache

MongoDB Cache Driver for Laravel 4

Downloads

1933

Stars

5

Version

v1.0.0-beta

This package has been archived

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.

navruzm

Author

navruzm