This repository has been archived on 2024-08-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
symfony/docs/Controller.md

224 B

Controllers

Create a Controller

symfony console make:controller controllerName

You don't need to add Controller to the end of the name, make will do that automatically. Find your files in src/Controller