mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-09 02:59:27 +03:00
Merge pull request #615 from matks/twig-doc
Add documentation statement about twig dependency
This commit is contained in:
commit
54be9c3bf1
@ -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