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.
2 parents 06ac327 + 5eef002 commit 7256dc2Copy full SHA for 7256dc2
laravel/documentation/files.md
@@ -73,7 +73,7 @@ The **is** method does not simply check the file extension. The Fileinfo PHP ext
73
74
#### Getting the MIME type associated with an extension:
75
76
- echo File::mime('gif');
+ echo File::mime('gif'); // outputs 'image/gif'
77
78
> **Note:** This method simply returns the MIME type defined for the extension in the **application/config/mimes.php** file.
79
0 commit comments