2017 © Pedro Peláez
 

library laravel-mongodb-cache

A MongoDB cache driver for Laravel 4 using the Laravel MongoDB package jenssegers/mongodb

image

vansteen/laravel-mongodb-cache

A MongoDB cache driver for Laravel 4 using the Laravel MongoDB package jenssegers/mongodb

  • Tuesday, August 19, 2014
  • by vansteen
  • Repository
  • 1 Watchers
  • 3 Stars
  • 343 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 1 Versions
  • 2 % Grown

The README.md

Laravel MongoDB Cache

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)

Installation

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',

The Versions

19/08 2014

dev-master

9999999-dev

A MongoDB cache driver for Laravel 4 using the Laravel MongoDB package jenssegers/mongodb

  Sources   Download

MIT

The Requires

 

mongodb laravel cache driver mongo