2017 © Pedro Peláez
 

library laravel-mongodb-session

A MongoDB session driver for Laravel 5.3

image

ailidong/laravel-mongodb-session

A MongoDB session driver for Laravel 5.3

  • Thursday, January 19, 2017
  • by AiliDong
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel MongoDB Session

A MongoDB session driver for Laravel 5., (*1)

Installation

Make sure you have jenssegers\mongodb installed before you continue., (*2)

Install using composer:, (*3)

composer require ailidong/laravel-mongodb-session

Add the session service provider in app/config/app.php:, (*4)

'Purpleobject\Mongodb\Session\SessionServiceProvider',

Change the session driver in app/config/session.php to mongodb:, (*5)

'driver' => 'mongodb',

Optional: change the connection to a connection using the mongodb driver from app/config/database.php:, (*6)

'connection' => 'mongodb',

The Versions

19/01 2017

dev-master

9999999-dev

A MongoDB session driver for Laravel 5.3

  Sources   Download

MIT

The Requires

 

by Aili Dong

mongodb laravel driver mongo session