gilak / nolock
get read of locking file in both laravel and the way laravel use league filesystem
Installs: 2 156
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
This package is auto-updated.
Last update: 2024-11-29 04:19:53 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,