Sylius / InvoicingPlugin

Generate an Invoice for every placed order
MIT License
79 stars 82 forks source link

The service "sylius_invoicing_plugin.generator.invoice_pdf_file" has a dependency on a non-existent service "templating.engine.twig". #214

Open TheDevilOnLine opened 3 years ago

TheDevilOnLine commented 3 years ago

When you do a clean Sylius 1.9 install and then install Sylius Plus (which install the Invoicing Plugin), the error The service "sylius_invoicing_plugin.generator.invoice_pdf_file" has a dependency on a non-existent service "templating.engine.twig". occurs

TheDevilOnLine commented 3 years ago

The issue is fixed by adding the following to config/packages/framework.yaml:

framework:
...
    templating:
        engines:
            twig