static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application
static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
UriValidator class UriValidator implements ValidatorInterface (View source) Methods bool matches(Route $route, Request $request) Validate a given rule against a route and request.
bool matches(Route $route, Request $request) Validate a given rule against a route and request. Parameters Route $route Request $request Return Value bool
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
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
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
static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
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