static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application
static void clearResolvedInstances() Clear all of the resolved instances. Return Value void
static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void
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
bool matches(Route $route, Request $request) Validate a given rule against a route and request. Parameters Route $route Request $request Return Value bool
UriValidator class UriValidator implements ValidatorInterface (View source) Methods bool matches(Route $route, Request $request) Validate a given rule against a route and request.
static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
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
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
Page 60 of 996