string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
array compileAdd(Blueprint $blueprint, Fluent $command) Compile alter table commands for adding columns. Parameters Blueprint $blueprint Fluent $command Return Value array
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
$this add(mixed $item) Add an item to the collection. Parameters mixed $item Return Value $this
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
void beginTransaction() Start a new database transaction. Return Value void Exceptions Exception
Logout class Logout (View source) Traits SerializesModels
void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void
void send(Collection|array|mixed $notifiables, mixed $notification) Send the given notification to the given notifiable entities. Parameters Collection|array|mixed $notifiables mixed $notification Return Value void
Page 64 of 996