RouteMatched class RouteMatched (
void commands(array|mixed $commands) Register the package's custom Artisan
mixed shift() Get and remove the first item from the collection.
string|array option(string $key = null) Get the value of a command option
int call(string $command, array $arguments = array()) Call another console
int run(InputInterface $input, OutputInterface $output) Run the console
Route|null getByAction(string $action)
void patch(string $uri, Closure|array|string $action = null)
string ask(string $question, string $default = null) Prompt the user for
void info(string $string) Write a string as information output.
Page 25 of 43