Symfony 7: Workflow
Creating pages
Controller
- class / method name: freestyle;
- extend:
AbstractController
; - return:
Response
(Symfony);
symfony console make:controller
Route
php bin/console debug:router
AbstractController
;Response
(Symfony);symfony console make:controller
php bin/console debug:router