get rid of this error on laravel 5.1 : file_put_contents(): Exclusive locks are not supported for this stream
composer require gilak/nolock
replace the filesystem service provider in config/app.php find
Illuminate\Filesystem\FilesystemServiceProvider::class,
replace it with
NoLock\FileSystemWithNoLockServiceProvider::class,