11/01
2016
Wallogit.com
2017 © Pedro Peláez
get read of locking file in both laravel and the way laravel use league filesystem
get rid of this error on laravel 5.1 : file_put_contents(): Exclusive locks are not supported for this stream, (*1)
composer require gilak/nolock
replace the filesystem service provider in config/app.php find, (*2)
Illuminate\Filesystem\FilesystemServiceProvider::class,
replace it with, (*3)
NoLock\FileSystemWithNoLockServiceProvider::class,