shuimoliunianai / sessionclear by shuimoliunianai

this is a artisan for laravel5 to clear session
7
1
1
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: 2024-04-29 15:07:48
Package Statistics
Total Downloads: 7
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

sessionclear

the session clear artisan for laravel 5.

install

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.

use

in your laravel project path

    'providers' => [
        // ...
        SessionClear\Providers\SessionClearCommand::class,
    ]

test

end

if you find any bugs,please send email to me 649591475@qq.com thanks give advices to me;

                                      2016.3.18 Auth by Daozi.