class MimeType (View source)
static MimeTypesInterface | getMimeTypes() Get the mime types instance. | |
static string | from(string $filename) Get the MIME type for a file based on the file's extension. | |
static string | get(string $extension) Get the MIME type for a given extension or return all mimes. | |
static string|null | search(string $mimeType) Search for the extension of a given MIME type. |
Get the mime types instance.
Get the MIME type for a file based on the file's extension.
Get the MIME type for a given extension or return all mimes.
Search for the extension of a given MIME type.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Http/Testing/MimeType.html