We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38125aa commit 6bd00dbCopy full SHA for 6bd00db
README.md
@@ -48,7 +48,7 @@ $ composer require "overtrue/laravel-filesystem-qiniu" -vvv
48
$disk = Storage::disk('qiniu');
49
50
// create a file
51
-$disk->put('avatars/1', $fileContents);
+$disk->put('avatars/filename.jpg', $fileContents);
52
53
// check if a file exists
54
$exists = $disk->has('file.jpg');
0 commit comments