navruzm/laravel-mongo-session

This package is abandoned and no longer maintained. No replacement package was suggested.

MongoDB Session Driver for Laravel 4

Installs: 412

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 4

Open Issues: 0

pkg:composer/navruzm/laravel-mongo-session

v1.0.0-beta 2013-01-16 21:45 UTC

This package is not auto-updated.

Last update: 2020-01-24 15:01:22 UTC


README

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.