Application getLaravel() Get the Laravel application instance. Return Value Application
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
$this setHasher(Hasher $hasher) Sets the hasher implementation. Parameters Hasher $hasher Return Value $this
void forever(string $key, mixed $value) Store an item in the cache indefinitely. Parameters string $key mixed $value Return Value void
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
string compileDropPrimary(Blueprint $blueprint, Fluent $command) Compile a drop primary key command. Parameters Blueprint $blueprint Fluent $command Return Value string
string toHtml() Get content as a string of HTML. Return Value string
mixed getAttribute(string $key) Get an attribute from the model. Parameters string $key Return Value mixed
void comment(string $string) Write a string as comment output. Parameters string $string Return Value void
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
Page 386 of 996