talandis/laravel-native-session-driver

Native session driver for Laravel 5

dev-master 2017-01-06 08:19 UTC

This package is auto-updated.

Last update: 2024-03-29 03:38:08 UTC


README

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