gilak/nolock
最新稳定版本:1.0
Composer 安装命令:
composer require gilak/nolock
包简介
get read of locking file in both laravel and the way laravel use league filesystem
关键字:
README 文档
README
get rid of this error on laravel 5.1 : file_put_contents(): Exclusive locks are not supported for this stream
Installation
composer require gilak/nolock
Usage
replace the filesystem service provider in config/app.php find
Illuminate\Filesystem\FilesystemServiceProvider::class,
replace it with
NoLock\FileSystemWithNoLockServiceProvider::class,
统计信息
- 总下载量: 2.22k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-01-11