An open API service indexing awesome lists of open source software.

https://github.com/networking/sonata-translation-bundle

Replacement for Ibrows bundle
https://github.com/networking/sonata-translation-bundle

Last synced: about 2 months ago
JSON representation

Replacement for Ibrows bundle

Awesome Lists containing this project

README

          

# SonataTranslationBundle

The SonataTranslationBundle is an integration of the LexikTranslationBundle into the SonataAdminBundle.

![image](https://raw.github.com/ibrows/IbrowsSonataTranslationBundle/master/Resources/doc/screen/overview.png)

## Installation

Add the following lines in your composer.json:

```
{
"require": {
"ibrows/sonata-translation-bundle" : "dev-master",
}
}
```

To start using the bundle, register the SonataTranslationBundle and LexikTranslationBundle in your application's kernel class:

```