定制 cedricve/lockfile 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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.

laravel/framework#6848

Some other topics regarding this issue.

laravel/framework#7549

laravel/framework#8172

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

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-02-07