| 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: | 2025-11-03 15:16:43 |
| Package Statistics | |
|---|---|
| Total Downloads: | 10,579 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 3 |
| Total Watchers: | 1 |
| 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