URL::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

URL::clearResolvedInstances()

static void clearResolvedInstances() Clear all of the resolved instances. Return Value void

URL::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

URL

URL class URL extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from Facade static void clearResolvedInstances() Clear all of the resolved in

UriValidator::matches()

bool matches(Route $route, Request $request) Validate a given rule against a route and request. Parameters Route $route Request $request Return Value bool

UriValidator

UriValidator class UriValidator implements ValidatorInterface (View source) Methods bool matches(Route $route, Request $request) Validate a given rule against a route and request.

UploadedFile::__callStatic()

static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

UploadedFile::__call()

mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

UploadedFile::storePubliclyAs()

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

UploadedFile::storePublicly()

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