gilak/nolock
get read of locking file in both laravel and the way laravel use league filesystem
2,232
2
| Install | |
|---|---|
composer require gilak/nolock |
|
| Latest Version: | 1.0 |
| License: | MIT |
| Last Updated: | Jan 11, 2016 |
| Links: | GitHub · Packagist |
Maintainer: hasangilak
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,
Related Packages
ivolkoff/nolock
get read of locking file in both laravel and the way laravel use league filesyst...
426
0
lab404/laravel-impersonate
Laravel Impersonate is a plugin that allows to you to authenticate as your users...
19,493,333
2,339
bschmitt/laravel-amqp
AMQP wrapper for Laravel and Lumen to publish and consume messages
2,604,753
281