navruzm / laravel-mongo-cache
MongoDB Cache Driver for Laravel 4
Installs: 2 069
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 3
Open Issues: 1
pkg:composer/navruzm/laravel-mongo-cache
Requires
- php: >=5.3.0
- navruzm/lmongo: master-dev
This package is not auto-updated.
Last update: 2020-01-24 15:10:23 UTC
README
MongoDB Cache driver for Laravel 4.
 Installation
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.