ailidong/laravel-mongodb-session

A MongoDB session driver for Laravel 5.3
20
Install
composer require ailidong/laravel-mongodb-session
PHP:>=5.5.0
License:MIT
Last Updated:Jan 19, 2017
Links: GitHub  ·  Packagist
Maintainer: AiliDong

Laravel MongoDB Session

A MongoDB session driver for Laravel 5.

Installation

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

Install using composer:

composer require ailidong/laravel-mongodb-session

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

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

Related Packages

jenssegers/mongodb-session

A MongoDB session driver for Laravel 4

315,994 75
vansteen/laravel-mongodb-cache

A MongoDB cache driver for Laravel 4 using the Laravel MongoDB package jensseger...

2,825 4
flatline/mongol

MongoDB library and Auth driver for Laravel 4

38 1
kodeine/sentry-mongodb

A MongoDb implementation for Sentry 2.

8 2
xushre/mongodb

A MongoDB based Eloquent model and Query builder for Laravel (Moloquent)

13 0