-
-
Notifications
You must be signed in to change notification settings - Fork 160
Closed
Labels
Description
The back end routes guide is a bit outdated, as it still uses Sensio\Bundle\FrameworkExtraBundle\Configuration\Route
and Sensio\Bundle\FrameworkExtraBundle\Configuration\Template
. Both of which are not recommended anymore.
Todo:
- Use
Symfony\Component\Routing\Annotation\Route
. - Inject Twig service and parse template directly.
Toflar