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

18 lines
298 B
Markdown
Raw Normal View History

# Controllers
## Requirements
```bash
composer require symfony/maker-bundle --dev
```
## Create a Controller
```bash
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