Looking to hire Laravel developers? Try LaraJobs

laravel-mongo-session maintained by navruzm

Description
MongoDB Session Driver for Laravel 4
Last update
2013/04/25 22:38 (dev-master)
License
Downloads
412

Comments
comments powered by Disqus

MongoDB Session driver for Laravel 4.

Installation

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

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

And then run composer update

Once Composer has updated your packages open up app/config/app.php and change Illuminate\Session\SessionServiceProvider to MongoSession\SessionServiceProvider

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