# Controllers

Controllers, are placed in similar namespaces with routes

e.g if the path is

api/tasks

Route file will be

api/tasks/tasks.route.php

Controller File will be

Api\Tasks\TasksController