cedricve/lockfile
最新稳定版本:v1.0.1
Composer 安装命令:
composer require cedricve/lockfile
包简介
A session driver which properly locks the file session driver for Laravel
关键字:
README 文档
README
A service provider driver which properly locks the file session driver for Laravel.
History
This issue was resolved with a pull request that was never integrated in the Laravel core, because the Laravel team wasn't able to reproduce it.
Some other topics regarding this issue.
Usage
Add to composer.json.
"cedricve/lockfile": "1.0.0",
Load Service Provider in app/config/app.config, immediately after SessionServiceProvider.
'Illuminate\Session\SessionServiceProvider',
'Cedricve\Lockfile\LockfileServiceProvider',
Load the lockfile session provider in app/config/session.php.
'driver' => 'lockfile',
统计信息
- 总下载量: 12.99k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-02-07