We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a442a0b commit a684904Copy full SHA for a684904
README.md
@@ -0,0 +1,19 @@
1
+# NoLock
2
+get rid of this error on laravel 5.1 : file_put_contents(): Exclusive locks are not supported for this stream
3
+
4
+### Installation
5
+```
6
+composer require gilak/nolock
7
8
9
+### Usage
10
11
+replace the filesystem service provider in config/app.php
12
+find
13
+```php
14
+Illuminate\Filesystem\FilesystemServiceProvider::class,
15
16
+replace it with
17
18
+NoLock\FileSystemWithNoLockServiceProvider::class,
19
0 commit comments