int call(string $command, array $arguments = array()) Call another console
void __construct() Create a new console command instance.
void load(array $providers) Register the application service providers
$this actingAs(Authenticatable $user, string|null
bool matches(Crawler|string $crawler) Check if the source or text is found
void table(array $headers, Arrayable|array $rows,
string|array argument(string $key = null) Get the value of a command argument
int run(InputInterface $input, OutputInterface $output) Run the console
array arguments() Get all of the arguments passed to the command.
void fire() Execute the console command.
Page 93 of 100