2017 © Pedro Peláez
 

library nolock

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

image

ivolkoff/nolock

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

  • Thursday, July 21, 2016
  • by ivolkoff
  • Repository
  • 1 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % 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 ivolkoff/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

21/07 2016

dev-master

9999999-dev

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

  Sources   Download

MIT

laravel filesystem lock package

21/07 2016

1.1

1.1.0.0

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

  Sources   Download

MIT

laravel 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