tonchin193/laravel-native-session-driver

Native session driver for Laravel 5

dev-master 2018-07-10 02:39 UTC

This package is not auto-updated.

Last update: 2019-08-28 10:40:29 UTC


README

Installation

Require this package with composer:

composer require tonchin193/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

tonchin193\LaravelNativeSession\NativeSessionServiceProvider::class,

Usage

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