Skip to content
forked from hasangilak/NoLock

get rid of this error : file_put_contents(): Exclusive locks are not supported for this stream

Notifications You must be signed in to change notification settings

ivolkoff/NoLock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NoLock

get rid of this error on laravel 5.1 : file_put_contents(): Exclusive locks are not supported for this stream

Installation

composer require ivolkoff/nolock

Usage

replace the filesystem service provider in config/app.php find

Illuminate\Filesystem\FilesystemServiceProvider::class,

replace it with

NoLock\FilesystemWithNoLockServiceProvider::class,

About

get rid of this error : file_put_contents(): Exclusive locks are not supported for this stream

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%