Skip to content

Commit a867a07

Browse files
author
Connor Graham
committed
updated intallation documentation
1 parent bc44477 commit a867a07

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Resources/doc/01-installation.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff 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

8295
At this point, the bundle has been installed and configured and should be ready for use.

0 commit comments

Comments
 (0)