Repository URL to install this package:
|
Version:
6.0.11 ▾
|
| DependencyInjection |
| Controller |
| Service |
| Twig |
| Entity |
| EventListener |
| routing.yml |
| services.xml |
| SimpleTranslatableBundle.php |
| README.md |
| composer.json |
This bundle provides common backend services for eatout websites.
Stable version: none Current version: 2.0.*@dev
Add the following lines to your composer.json
"require": {
...
"digitalascetic/simple-translatable": "2.0.*"
}
Add the following line to your app/AppKernel.php:
...
new DigitalAscetic\SimpleTranslatable\SimpleTranslatableBundle(),
...
TODO