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
Route substituteBindings(Route $route) Substitute the route bindings onto the route. Parameters Route $route Return Value Route
mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
Route|null getByAction(string $action) Get a route instance by its controller action. Parameters string $action Return Value Route|null
bool isFillable(string $key) Determine if the given attribute may be mass assigned. Parameters string $key Return Value bool
mixed __call(string $method, array $parameters) Dynamically pass all missing methods to console Artisan. Parameters string $method array $parameters Return Value mixed
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
Collection getCollection() Get the paginator's underlying collection. Return Value Collection
bool hasPages() Determine if there are enough items to split into multiple pages. Return Value bool
void forget(string|array $keys) Remove one or many items from the session. Parameters string|array $keys Return Value void
Page 673 of 996