Repository URL to install this package:
|
Version:
6.0.11 ▾
|
digitalascetic/simple-translatable
/
README.md
|
|---|
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