InterviewSolution
Saved Bookmarks
| 1. |
In which technology Symfony routing configuration files are written? |
|
Answer» The Symfony routing CONFIGURATION FILES are WRITTEN with YAML, XML and PHP technology. The DEFAULT routing configuration file in Symfony is: app/config/routing.yml |
|