The service "fos_user.resetting.controller" has a dependency on a non-existent service "templating"
I got this when i try to use doctrine project
Thanks for help
Symfony 4 does not come with twig installed.
Install through composer via:
composer require twig
Then add the config for twig (under config/framework.yaml):
framework:
templating:
engines: ['twig']
See above :)
Excellent!!!!!! This work for me!!! Thanks
Thanks. Worked for me
Nice, this work for me!!!
Most helpful comment
Symfony 4 does not come with twig installed.
Install through composer via:
composer require twigThen add the config for twig (under config/framework.yaml):