Skip to content
This repository has been archived by the owner on May 31, 2018. It is now read-only.

navruzm/laravel-mongo-session

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

MongoDB Session driver for Laravel 4.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages