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
- Host: GitHub
- URL: https://github.com/networking/sonata-translation-bundle
- Owner: networking
- License: other
- Created: 2019-11-22T09:05:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-22T09:22:22.000Z (over 6 years ago)
- Last Synced: 2025-12-02T04:52:49.802Z (7 months ago)
- Language: PHP
- Size: 171 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SonataTranslationBundle
The SonataTranslationBundle is an integration of the LexikTranslationBundle into the SonataAdminBundle.

## 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:
```