ViewPublishCommand::table()

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

Application::afterResolving()

void afterResolving(string $abstract, Closure $callback = null) Register a new after resolving callback. Parameters string $abstract Closure $callback Return Value void

ConfigClearCommand::anticipate()

string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

Route

Route class Route (View source) Traits RouteDependencyResolverTrait

MorphOneOrMany::getRelationCountHash()

string getRelationCountHash() Get a relationship join table hash. Return Value string

AggregateServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

StatusCommand::line()

void line(string $string, string $style = null, null|int|string $verbosity = null) Write a string as standard output. Parameters string $string string $style null|int|string $verbosity Return Value void

UriValidator

UriValidator class UriValidator implements ValidatorInterface (View source) Methods bool matches(Route $route, Request $request) Validate a given rule against a route and request.

Installation

Installation Installation Server Requirements Installing Laravel Configuration Installation

NamespacedItemResolver::parseKey()

array parseKey(string $key) Parse a key into namespace, group, and item. Parameters string $key Return Value array