| Package Data | |
|---|---|
| Maintainer Username: | ivolkoff |
| Package Create Date: | 2016-07-21 |
| Package Last Update: | 2016-07-21 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-31 03:00:26 |
| Package Statistics | |
|---|---|
| Total Downloads: | 426 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
get rid of this error on laravel 5.1 : file_put_contents(): Exclusive locks are not supported for this stream
composer require ivolkoff/nolock
replace the filesystem service provider in config/app.php find
Illuminate\Filesystem\FilesystemServiceProvider::class,
replace it with
NoLock\FilesystemWithNoLockServiceProvider::class,