TableCommand::askWithCompletion()

string askWithCompletion(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

SlackAttachment::fields()

$this fields(array $fields) Set the fields of the attachment. Parameters array $fields Return Value $this

ProviderRepository::loadManifest()

array|null loadManifest() Load the service provider manifest JSON file. Return Value array|null

TinkerCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

StatusCommand::warn()

void warn(string $string, null|int|string $verbosity = null) Write a string as warning output. Parameters string $string null|int|string $verbosity Return Value void

HasOne::getParentKey()

mixed getParentKey() Get the key value of the parent's local key. Return Value mixed

RoutingServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array

MorphPivot::getQualifiedKeyName()

string getQualifiedKeyName() Get the table qualified key name. Return Value string

StorageLinkCommand::warn()

void warn(string $string, null|int|string $verbosity = null) Write a string as warning output. Parameters string $string null|int|string $verbosity Return Value void

ConsoleSupportServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void