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
$this greeting(string $greeting) Set the greeting of the notification. Parameters string $greeting Return Value $this
Page 164 of 996