ClearCompiledCommand::table()

void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void

Router::substituteBindings()

Route substituteBindings(Route $route) Substitute the route bindings onto the route. Parameters Route $route Return Value Route

DatabaseNotificationCollection::__call()

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

RouteCollection::getByAction()

Route|null getByAction(string $action) Get a route instance by its controller action. Parameters string $action Return Value Route|null

Model::isFillable()

bool isFillable(string $key) Determine if the given attribute may be mass assigned. Parameters string $key Return Value bool

Artisan::__call()

mixed __call(string $method, array $parameters) Dynamically pass all missing methods to console Artisan. Parameters string $method array $parameters Return Value mixed

MailFake::sent()

Collection sent(string $mailable, callable|null $callback = null) Get all of the mailables matching a truth-test callback. Parameters string $mailable callable|null $callback Return Value Collection

LengthAwarePaginator::getCollection()

Collection getCollection() Get the paginator's underlying collection. Return Value Collection

LengthAwarePaginator::hasPages()

bool hasPages() Determine if there are enough items to split into multiple pages. Return Value bool

Store::forget()

void forget(string|array $keys) Remove one or many items from the session. Parameters string|array $keys Return Value void