unicodeveloper/laravel-sessiontimeout
Composer 安装命令:
composer require unicodeveloper/laravel-sessiontimeout
包简介
A middleware to deal with your sessiontimeout problems in Laravel 5
README 文档
README
This package is a very simple but useful for handling session timeouts due to user inactivity on a website/application
Installation
First, pull in the package through Composer.
"require": { "unicodeveloper/laravel-sessiontimeout": "1.0.*" }
Next you must add the Unicodeveloper\Http\Middleware\SessionTimeout to the kernel.
// app/Http/Kernel.php ... protected $middleware = [ ... \Unicodeveloper\Http\Middleware\SessionTimeout::class, ];
Install
Via Composer
$ composer require unicodeveloper/laravel-sessiontimeout
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 2.43k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-11-23