imerfanahmed / sFlash

A Laravel package which helps you to flush sessions with an artisan command.

Home Page:https://packagist.org/packages/eru/sflash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple laravel Package to flush sessions via artisan command.

Latest Version on Packagist

Total Downloads

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.

About

A Laravel package which helps you to flush sessions with an artisan command.

https://packagist.org/packages/eru/sflash

License:MIT License


Languages

Language:PHP 100.0%