RoutingApplicationInterface
in
Interface for applications that use routing.
Table of Contents
Methods
- routes() : void
- Define the routes for an application.
Methods
routes()
Define the routes for an application.
public
routes(RouteBuilder $routes) : void
Use the provided RouteBuilder to define an application's routing.
Parameters
- $routes : RouteBuilder
-
A route builder to add routes into.