Controller
class Controller (View source)
Methods
__construct(string $prefix = '', array $middleware = [], string|null $name = null)
No description
string
getPrefix()
Get the prefix
array
getMiddleware()
Get the middleware
string|null
getName()
Get the route name
Details
__construct(string $prefix = '', array $middleware = [], string|null $name = null)
No description
string
getPrefix()
Get the prefix
array
getMiddleware()
Get the middleware
string|null
getName()
Get the route name