I have problem with returning views with FOSRestBundle working under Symfony 4.1 Project.
This is code from my controller:
class NewsController extends
Templating component integration is deprecated in Symfony 4.3. So templating section must be removed (or commented) from config/packages/framework.yaml
framework:
# templating: { engines: ['twig'] }
To define Twig as templating service in ViewHandler add lines below to config/services.yaml
fos_rest.templating: alias: twig