eru / sflash
A simple laravel Package to flush sessions via artisan command.
Requires
- php: >=5.4.0
- spatie/laravel-package-tools: ^1.15.0
Requires (Dev)
- orchestra/testbench: ^5.0|^6.0|^7.0|^8.0
This package is auto-updated.
Last update: 2024-10-09 14:47:03 UTC
README
Sometimes we store data on sessions such as cart data or maybe any information regarding users that might have no feature to delete them from user interface! sFlush is here to help you in this regard! simply add this package and simply run from your terminal and boom you are good to go, and flushed your session data from terminal!
Installation
You can install the package via composer:
composer require eru/sflash
Usage
php artisan session:flush
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.