modera/backend-languages-bundle
Maintainers
Package info
github.com/modera/ModeraBackendLanguagesBundle
Type:symfony-bundle
pkg:composer/modera/backend-languages-bundle
v5.0.0
2025-03-03 15:02 UTC
Requires
- php: >=7.4
- modera/backend-security-bundle: ^5.0
- modera/languages-bundle: ^5.0
- modera/mjr-integration-bundle: ^5.0
Requires (Dev)
- phake/phake: ^4.0
- phpunit/phpunit: ^6.5
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT af2e5ddd5f8643bfe7e6f7aeaee89c3ff0062303
- Sergei Vizel <sergei.vizel.woop@modera.org>
README
Installation
Step 1: Download the Bundle
composer require modera/backend-languages-bundle:5.x-dev
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Enable the Bundle
This bundle should be automatically enabled by Flex.
In case you don't use Flex, you'll need to manually enable the bundle by
adding the following line in the config/bundles.php file of your project:
<?php // config/bundles.php return [ // ... Modera\BackendLanguagesBundle\ModeraBackendLanguagesBundle::class => ['all' => true], ];
Licensing
This bundle is under the MIT license. See the complete license in the bundle: Resources/meta/LICENSE
