Package Data | |
---|---|
Maintainer Username: | shazo |
Maintainer Contact: | tomas@talandis.lt (Tomas Talandis) |
Package Create Date: | 2017-01-05 |
Package Last Update: | 2017-01-06 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-23 03:18:38 |
Package Statistics | |
---|---|
Total Downloads: | 10,096 |
Monthly Downloads: | 142 |
Daily Downloads: | 10 |
Total Stars: | 3 |
Total Watchers: | 3 |
Total Forks: | 3 |
Total Open Issues: | 0 |
Require this package with composer:
composer require talandis/laravel-native-session-driver
After updating composer, remove the original Session service provider and add custom to the providers array in config/app.php
Talandis\LaravelNativeSession\NativeSessionServiceProvider::class,
Change config/session.php or .env file to use "native" session driver instead of file