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 1af0632 commit b7284daCopy full SHA for b7284da
src/Illuminate/Support/Facades/Storage.php
@@ -10,6 +10,7 @@
10
* @method static string get(string $path)
11
* @method static resource|null readStream(string $path)
12
* @method static bool put(string $path, string|resource $contents, mixed $options = [])
13
+ * @method static string|false putFile(string $path, \Illuminate\Http\File|\Illuminate\Http\UploadedFile|string $file, mixed $options = [])
14
* @method static bool writeStream(string $path, resource $resource, array $options = [])
15
* @method static string getVisibility(string $path)
16
* @method static bool setVisibility(string $path, string $visibility)
0 commit comments