Package for falling back session drivers if current is not available.
Be advised that if the last driver fails, normal laravel Error is thrown
Add fallback provider to config/app.php
Fingo\LaravelSessionFallback\SessionFallbackServiceProvider::class,
Default fallback order is: redis, memcached, cookie, file, array
If needed to change fallback order, publish vendors
php artisan vendor:publish --provider="Fingo\LaravelSessionFallback\SessionFallbackServiceProvider"
Please see CHANGELOG for more information what has changed recently.
$ composer test
Please see CONTRIBUTING for details.
The Apache license Version 2.0. Please see License File for more information.