gilak / nolock
get read of locking file in both laravel and the way laravel use league filesystem
1.0
2016-01-11 20:18 UTC
This package is auto-updated.
Last update: 2026-03-01 00:21:47 UTC
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,