| Package Data | |
|---|---|
| Maintainer Username: | hasangilak |
| Package Create Date: | 2016-01-11 |
| Package Last Update: | 2016-01-11 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-03 15:13:58 |
| Package Statistics | |
|---|---|
| Total Downloads: | 2,212 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 2 |
| Total Watchers: | 1 |
| Total Forks: | 1 |
| 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 gilak/nolock
replace the filesystem service provider in config/app.php find
Illuminate\Filesystem\FilesystemServiceProvider::class,
replace it with
NoLock\FileSystemWithNoLockServiceProvider::class,