simexis/mongodb-session

A MongoDB session driver for Laravel 5

Downloads

3706

Stars

1

Version

0.0.11

Laravel MongoDB Session

A MongoDB session driver for Laravel 5, inspired by LMongo. For more information about Sessions, check http://laravel.com/docs/eloquent.

Installation

Make sure you have jenssegers\mongodb installed before you continue.

Install using composer:

composer require simexis/mongodb-session

Add the session service provider in app/config/app.php:

'Simexis\Mongodb\Session\SessionServiceProvider',

Change the session driver in app/config/session.php to mongodb:

'driver' => 'mongodb',

Optional: change the connection to a connection using the mongodb driver from app/config/database.php:

'connection' => 'mongodb',
jooorooo

Author

jooorooo