mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-09 02:59:27 +03:00
Add doc statement about twig dependency
This commit is contained in:
parent
f7611613af
commit
a1ea71e1c3
@ -38,6 +38,14 @@ Enable the bundle's configuration in `app/config/config.yml`:
|
|||||||
nelmio_api_doc: ~
|
nelmio_api_doc: ~
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The **NelmioApiDocBundle** requires Twig as a template engine so do not forget to enable it:
|
||||||
|
```yaml
|
||||||
|
# app/config/config.yml
|
||||||
|
framework:
|
||||||
|
templating:
|
||||||
|
engines: ['twig']
|
||||||
|
```
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user