Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 397 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 397 Bytes

NoLock

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,