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

Reference search

Results for "controllers"

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 controller

Use the controller generator, then keep request handling in the controller and move business logic into a service or repository.

php coriander make:controller Blog
php coriander make:controller Blog --api

Start Here

Project Guidance

Reference