extends |
UploadedFile |
---|---|
uses |
FileHelpers, Macroable |
Methods | ||
---|---|---|
public
static
|
fake(): FileFactory
|
# |
public
|
store(string $path = '', array|string $options = []): string|false
|
# |
public
|
storePublicly(string $path = '', array|string $options = []): string|false
|
# |
public
|
storePubliclyAs(string $path, array|string|null $name = null, array|string $options = []): string|false
|
# |
public
|
storeAs(string $path, string|array $name = null, array|string $options = []): string|false
|
# |
public
|
get(): false|string
|
# |
public
|
clientExtension(): string
|
# |
public
static
|
createFromBase(UploadedFile $file, bool $test = false): static
|
# |
protected
|
parseOptions(array|string $options): array
|
# |
Methods inherited from Symfony\Component\HttpFoundation\File\File |
---|
guessExtension(), getMimeType(), getContent(), getTargetFile(), getName() |
Methods used from Illuminate\Http\FileHelpers |
---|
path(), extension(), hashName(), dimensions() |
Methods used from Illuminate\Support\Traits\Macroable |
---|
macro(), mixin(), hasMacro(), flushMacros(), __callStatic(), __call() |
Properties used from Illuminate\Http\FileHelpers |
---|
$hashName |
Properties used from Illuminate\Support\Traits\Macroable |
---|
$macros |