Package Data | |
---|---|
Maintainer Username: | shuimoliunianai |
Maintainer Contact: | 649591475@qq.com (Daozi) |
Package Create Date: | 2016-03-17 |
Package Last Update: | 2016-03-18 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-02-17 03:01:09 |
Package Statistics | |
---|---|
Total Downloads: | 7 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
the session clear artisan for laravel 5.
First your should be sure you computer has installed Compser,if you haven't install it. please install.the doc is in This link to insall Compser.
after install Composer ,pleaser in your command line to input
composer require sessionclear/sessionclear-for-laravel5
.
in your laravel project path
'providers' => [
// ...
SessionClear\Providers\SessionClearCommand::class,
]
if you find any bugs,please send email to me 649591475@qq.com thanks give advices to me;
2016.3.18 Auth by Daozi.