2017 © Pedro Peláez
 

library nolock

get read of locking file in both laravel and the way laravel use league filesystem

image

gilak/nolock

get read of locking file in both laravel and the way laravel use league filesystem

  • Monday, January 11, 2016
  • by hasangilak
  • Repository
  • 1 Watchers
  • 1 Stars
  • 439 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

NoLock

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

Installation

composer require gilak/nolock

Usage

replace the filesystem service provider in config/app.php find, (*2)

Illuminate\Filesystem\FilesystemServiceProvider::class,

replace it with, (*3)

NoLock\FileSystemWithNoLockServiceProvider::class,

The Versions

11/01 2016

dev-master

9999999-dev

get read of locking file in both laravel and the way laravel use league filesystem

  Sources   Download

MIT

filesystem lock package

11/01 2016

1.0

1.0.0.0

get read of locking file in both laravel and the way laravel use league filesystem

  Sources   Download

MIT

filesystem lock package