Redirect

Redirect class Redirect 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 r

Facade::__callStatic()

static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed Exceptions RuntimeException

Paginator

Paginator interface Paginator (View source) Methods string url(int $page) Get the URL for a given page. $this appends(array|string $key, string|null $value = null) Add a set of query string values to the paginator. $this|string fragment(string|null $fragment = null) Get / set the URL fragment to be appended to URLs. string|null nextPageUrl() The URL for the next page, or null. string|null previousPageUrl() Get the URL for the previous page, or null. array items()

PublisherServiceProvider::guessPackagePath()

string guessPackagePath() Guess the package path for the provider. Return Value string

DatabaseNotification::makeVisible()

$this makeVisible(array|string $attributes) Make the given, typically hidden, attributes visible. Parameters array|string $attributes Return Value $this

Validator::setContainer()

void setContainer(Container $container) Set the IoC container instance. Parameters Container $container Return Value void

Builder::__callStatic()

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

DatabaseJob::getQueue()

string getQueue() Get the name of the queue the job belongs to. Return Value string

MigrationRepositoryInterface::getLast()

array getLast() Get the last migration batch. Return Value array

UrlGenerator::assetFrom()

string assetFrom(string $root, string $path, bool|null $secure = null) Generate the URL to an asset from a custom root domain such as CDN, etc. Parameters string $root string $path bool|null $secure Return Value string