File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,9 @@ We provide examples for both Mongo DB and ORM.
5050
5151### Step 4 - Enable the bundle in your kernel
5252
53- The bundle must be added to your ` AppKernel `
53+ The bundle must be added to your ` AppKernel ` .
54+
55+ ** Step usually not necescary in Symfony 4** .
5456
5557``` php
5658// app/AppKernel.php
@@ -77,6 +79,17 @@ fos_message:
7779 prefix : /optional_routing_prefix
7880` ` `
7981
82+ ### Step 6 - Check templating
83+
84+ Make sure to add this to ` framwork.yaml` (and check twig is installed) if you run into the non-existant service `templating` issue:
85+
86+ ` ` ` yaml
87+ templating:
88+ engines:
89+ twig
90+ ` ` `
91+
92+
8093# # Installation Finished
8194
8295At this point, the bundle has been installed and configured and should be ready for use.
You can’t perform that action at this time.
0 commit comments