I updated my project to Symfony4. When I go to some page with a form I have this error appearing :
Unable to find template "StarRatingBundle::rating.html.twig"
(looked into: /templates, /templates, \vendor\symfony\twig-bridge/Resources/views/Form).
I use blackknight467/star-rating-bundle
a bundle which provides a twig extension to have a star rating system. The template in the error is located in this bundle Resources/views
folder.
Twig.yaml :
twig:
paths: ['%kernel.project_dir%/templates']
debug: '%kernel.debug%'
strict_variables: '%kernel.debug%'
form_themes:
- 'Form/fields.html.twig'