twin-elements / admin-translator
Admin translator for CMS
Installs: 75
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/twin-elements/admin-translator
Requires
- php: ^7.1 || ^8.0
- symfony/translation: ^4.4 || ^5.4
README
##Installation
###Step 1: Download the Bundle
composer require twin-elements/admin-translator
###Step 2: If you do not use TwinElements/AdminBundle, enable the service
#config/services.yaml
services:
TwinElements\Component\AdminTranslator\AdminTranslator:
bind: '%admin_locale%'