SeedCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

SeedCommand::fire()

void fire() Execute the console command. Return Value void

SeedCommand::fire()

void fire() Execute the console command. Return Value void

SeedCommand::error()

void error(string $string) Write a string as error output. Parameters string $string Return Value void

SeedCommand::error()

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

SeedCommand::confirmToProceed()

bool confirmToProceed(string $warning = 'Application In Production!', Closure $callback = null) Confirm before proceeding with the action Parameters string $warning Closure $callback Return Value bool

SeedCommand::confirmToProceed()

bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback = null) Confirm before proceeding with the action. Parameters string $warning Closure|bool|null $callback Return Value bool

SeedCommand::confirm()

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

SeedCommand::confirm()

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

SeedCommand::comment()

void comment(string $string) Write a string as comment output. Parameters string $string Return Value void