get read of locking file in both laravel and the way laravel use league filesystem
ivolkoff/nolock is a Laravel package for get read of locking file in both laravel and the way laravel use league filesystem.
It currently has 0 GitHub stars and 426 downloads on Packagist (latest version 1.1).
Install it with composer require ivolkoff/nolock.
Discover more Laravel packages by ivolkoff
or browse all Laravel packages to compare alternatives.
Last updated
get rid of this error on laravel 5.1 : file_put_contents(): Exclusive locks are not supported for this stream
composer require ivolkoff/nolock
replace the filesystem service provider in config/app.php find
Illuminate\Filesystem\FilesystemServiceProvider::class,
replace it with
NoLock\FilesystemWithNoLockServiceProvider::class,