12 lines
224 B
Markdown
12 lines
224 B
Markdown
|
# Controllers
|
||
|
|
||
|
## 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
|
||
|
|