Syntax
// PHP Annotations
/**
* @Route("/category/{name}", name="category", utf8=true)
*/
public function category()
category:
path: /category/{name}
controller: App\Controller\DefaultController::category
utf8: true
Nov 12, 20201 min read
// PHP Annotations
/**
* @Route("/category/{name}", name="category", utf8=true)
*/
public function category()
category:
path: /category/{name}
controller: App\Controller\DefaultController::category
utf8: true