void setLaravel(Application $laravel)
void warn(string $string) Write a string as warning output.
int run(InputInterface $input, OutputInterface $output) Run the console
bool hasOption(string $name) Determine if the given option is present.
string|array option(string $key = null) Get the value of a command option
void __construct(Filesystem $files)
int call(string $command, array $arguments = array()) Call another console
void __construct() Create a new console command instance.
Page 45 of 100