UploadedFile::storeAs()

string|false storeAs(string $path, string $name, string|null $disk = null, string|null $visibility = null) Store the uploaded file on a filesystem disk. Parameters string $path string $name string|null $disk string|null $visibility Return Value string|false

UploadedFile::store()

string|false store(string $path, string|null $disk = null) Store the uploaded file on a filesystem disk. Parameters string $path string|null $disk Return Value string|false

UploadedFile::path()

string path() Get the fully qualified path to the file. Return Value string

UploadedFile::macro()

static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void

UploadedFile::hasMacro()

static bool hasMacro(string $name) Checks if macro is registered. Parameters string $name Return Value bool

UploadedFile::hashName()

string hashName(string $path = null) Get a filename for the file that is the MD5 hash of the contents. Parameters string $path Return Value string

UploadedFile::extension()

string extension() Get the file's extension. Return Value string

UploadedFile::createFromBase()

static UploadedFile createFromBase(UploadedFile $file, bool $test = false) Create a new file instance from a base instance. Parameters UploadedFile $file bool $test Return Value UploadedFile

UploadedFile::clientExtension()

string clientExtension() Get the file's extension supplied by the client. Return Value string

UploadedFile

UploadedFile class UploadedFile extends UploadedFile (View source) Traits FileHelpers Macroable