RouteFileRegistrar
class RouteFileRegistrar (View source)
Properties
protected Router | $router | The router instance. |
Methods
void | __construct(Router $router) Create a new route file registrar instance. | |
void | register(string $routes) Require the given routes file. |
Details
void __construct(Router $router)
Create a new route file registrar instance.
void register(string $routes)
Require the given routes file.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/6.x/Illuminate/Routing/RouteFileRegistrar.html