This bundle provides common backend services for eatout websites.
Stable version: none Current version: 1.0.*@dev
Add the following lines to your composer.json
"require": {
...
"digitalascetic/simple-translatable": "dev-master"
}
Add the following line to your app/AppKernel.php:
...
new DigitalAscetic\SimpleTranslatable\SimpleTranslatableBundle(),
...
TODO