talandis/laravel-native-session-driver
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
Related Packages
erirk/paypalpayment
laravel-paypalpayment is simple package help you process direct credit card paym...
0
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
631,580,251
9,707