library laravel-native-session-driver
Native session driver for Laravel 5
talandis/laravel-native-session-driver
Native session driver for Laravel 5
- Friday, January 6, 2017
- by shazo
- Repository
- 1 Watchers
- 2 Stars
- 2,567 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 4 Forks
- 0 Open issues
- 1 Versions
- 18 % Grown
Native session driver for Laravel 5
Installation
Require this package with composer:, (*1)
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, (*2)
Talandis\LaravelNativeSession\NativeSessionServiceProvider::class,
Usage
Change config/session.php or .env file to use "native" session driver instead of file, (*3)
dev-master
9999999-dev
Native session driver for Laravel 5
Sources
Download
MIT
The Requires