Find framework reference pages for controllers, routes, middleware, modules, database, views, and security.

Reference search

Results for "routes"

Search results focus on framework reference pages. Open a result when you need the full explanation, or use the quick answer below when it matches what you are trying to build.

Quick answer

Create a route file

Use the route generator for larger feature areas, then require the generated file from public/routes.php.

php coriander make:route admin
php coriander make:route admin/users

Start Here

Project Guidance