Application getLaravel() Get the Laravel application instance. Return Value Application
bool isEmpty() Determine if the list of items is empty or not. Return Value bool
void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
$this seeCredentials(array $credentials, string|null $guard = null) Assert that the given credentials are valid. Parameters array $credentials string|null $guard Return Value $this
$this appendOutputTo(string $location) Append the output of the command to a given location. Parameters string $location Return Value $this
bool accepts(string|array $contentTypes) Determines whether the current requests accepts a given content type. Parameters string|array $contentTypes Return Value bool
Encrypter getEncrypter() Get the encrypter instance. Return Value Encrypter
Page 118 of 996