Property | Type | Description | |
---|---|---|---|
$filesystem | Illuminate\Filesystem\FilesystemManager |
Method | Description | |
---|---|---|
__construct ( Illuminate\Filesystem\FilesystemManager $filesystem ) | Constructor. | |
move ( |
Move the file to a new location on disk. |
Method | Description | |
---|---|---|
removeExtensionFromFilename ( string $filename, string $extension ) : string | Remove the media's extension from a filename. |
public __construct ( Illuminate\Filesystem\FilesystemManager $filesystem ) | ||
$filesystem | Illuminate\Filesystem\FilesystemManager |