|
|
|
|
|
by jjice
1133 days ago
|
|
I don't see any comments there, I see attributes though [1]. Is that what you meant? From the page you linked: > Routes can be configured in YAML, XML, PHP or using attributes. All formats provide the same features and performance, so choose your favorite. Symfony recommends attributes because it's convenient to put the route and controller in the same place. Attributes are not comments, they are an official structured way of handling metadata. [1] https://www.php.net/manual/en/language.attributes.overview.p... |
|