Method |
Description |
|
asDownload ( string $encFileName, string $encRealFileName, Illuminate\Filesystem\Filesystem $fileSystem ) : Downlaod |
Provide file as download. |
|
asPreview ( string $encFileName, Illuminate\Filesystem\Filesystem $fileSystem ) : Download |
Provide the File as a Public Preview. |
|
asPublic ( string $encFileName, Illuminate\Filesystem\Filesystem $fileSystem ) : Download |
Provide the File as a Public Asset. |
|
asset ( string $encPath, string $contentType, Illuminate\Filesystem\Filesystem $fileSystem ) : Provides |
Gets an asset. |
|
getMimeType ( string $extension ) : string |
Get the mime type. |
|