Skip to content

talandis/laravel-native-session-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages