EventServiceProvider::when()

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

Str::ucfirst()

static string ucfirst(string $string) Make a string's first character uppercase. Parameters string $string Return Value string

MySqlBuilder::hasTable()

bool hasTable(string $table) Determine if the given table exists. Parameters string $table Return Value bool

InstallCommand::question()

void question(string $string) Write a string as question output. Parameters string $string Return Value void

JobMakeCommand::__construct()

void __construct(Filesystem $files) Create a new console command instance. Parameters Filesystem $files Return Value void

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

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

Application::afterResolving()

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

Route

Route class Route (View source) Traits RouteDependencyResolverTrait

MorphOneOrMany::getRelationCountHash()

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