mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +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: ~
|
||||
```
|
||||
|
||||
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
|
||||
-----
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user