dev-master
9999999-devA MongoDB cache driver for Laravel 4 using the Laravel MongoDB package jenssegers/mongodb
MIT
The Requires
- php >=5.4.0
- jenssegers/mongodb *
mongodb laravel cache driver mongo
Wallogit.com
2017 © Pedro Peláez
A MongoDB cache driver for Laravel 4 using the Laravel MongoDB package jenssegers/mongodb
Currently in dev but this version seems fullly working. I need to do a last check and write few tests., (*1)
A MongoDB cache driver for Laravel 4 and the package jenssegers\mongodb., (*2)
For more information about Caches, check http://laravel.com/docs/cache., (*3)
Make sure you have jenssegers\mongodb installed and configured before you continue., (*4)
Add the package to your composer.json and run composer update., (*5)
{
"require": {
"vansteen/laravel-mongodb-cache": "dev-master"
}
}
Add the cache service provider in app/config/app.php:, (*6)
'Vansteen\Mongodb\Cache\MongodbCacheServiceProvider',
Change the cache driver in app/config/cache.php to mongodb:, (*7)
'driver' => 'mongodb',
Change the cache connection to a database connection using the mongodb driver from app/config/database.php:, (*8)
'connection' => 'my_mongodb_connection',
A MongoDB cache driver for Laravel 4 using the Laravel MongoDB package jenssegers/mongodb
MIT
mongodb laravel cache driver mongo