Route add(string $path, string $controller, string|null $name = null)
Adds a route and returns it for future modification.
Route add(string $path, string $controller, string|null $name = null)
Adds a route and returns it for future modification.
string | $path | The route path |
string | $controller | The route's controller |
string|null | $name | The name to give this route |
Route |
Designed by : w10schools
service@w10schools.com
Please login to continue.