string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
start() {@inheritdoc}
$this prefix(string $prefix) Add a prefix to the route URI. Parameters string $prefix Return Value $this
void table(array $headers, array $rows, string $style = 'default') Format input to textual table Parameters array $headers array $rows string $style Return Value void
Application getLaravel() Get the Laravel application instance. Return Value Application
string getUri() Get the URI that the route responds to. Return Value string
Fluent rememberToken() Adds the remember_token column to the table. Return Value Fluent
bool accepts(string|array $contentTypes) Determines whether the current requests accepts a given content type. Parameters string|array $contentTypes Return Value bool
int getCountForPagination(array $columns = array('*')) Get the count of the total records for the paginator. Parameters array $columns Return Value int
void line(string $string, string $style = null, null|int|string $verbosity = null) Write a string as standard output. Parameters string $string string $style null|int|string $verbosity Return Value void
Page 163 of 996