Looking to hire Laravel developers? Try LaraJobs

laravel-native-session-driver maintained by talandis

Description
Native session driver for Laravel 5
Last update
2017/01/06 09:19 (dev-master)
License
Links
Downloads
10 583

Comments
comments powered by Disqus

Native session driver for Laravel 5

Installation

Require this package with composer:

composer require talandis/laravel-native-session-driver

Configuration

After updating composer, remove the original Session service provider and add custom to the providers array in config/app.php

Talandis\LaravelNativeSession\NativeSessionServiceProvider::class,

Usage

Change config/session.php or .env file to use "native" session driver instead of file