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
$this fields(array $fields) Set the fields of the attachment. Parameters array $fields Return Value $this
array|null loadManifest() Load the service provider manifest JSON file. Return Value array|null
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
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
mixed getParentKey() Get the key value of the parent's local key. Return Value mixed
static array compiles() Get a list of files that should be compiled for the package. Return Value array
string getQualifiedKeyName() Get the table qualified key name. Return Value string
void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void
Page 598 of 996