runroom-packages / doctrine-translatable-bundle
Manage doctrine translatable entities with Symfony
Installs: 1 728
Dependents: 5
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.1
- doctrine/collections: ^2.0
- doctrine/dbal: ^3.6 || ^4.0
- doctrine/doctrine-bundle: ^2.10
- doctrine/orm: ^2.19 || ^3.2
- doctrine/persistence: ^3.1
- symfony/dependency-injection: ^6.4 || ^7.1
- symfony/framework-bundle: ^6.4 || ^7.1
- symfony/http-kernel: ^6.4 || ^7.1
- symfony/translation-contracts: ^2.4 || ^3.0
Requires (Dev)
- dama/doctrine-test-bundle: ^8.0
- matthiasnoback/symfony-config-test: ^5.1
- matthiasnoback/symfony-dependency-injection-test: ^5.1
- phpunit/phpunit: ^9.6
- symfony/phpunit-bridge: ^7.1
- symfony/translation: ^6.4 || ^7.1
- zenstruck/foundry: ^2.0
This package is auto-updated.
Last update: 2024-10-21 11:42:21 UTC
README
This bundle gives the ability to define and use translations directly on the Sonata Backoffice as a replacement for yaml
translations of Symfony.
Installation
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
composer require runroom-packages/doctrine-translatable-bundle
Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles in config/bundles.php
file of your project:
// config/bundles.php return [ // ... Runroom\DoctrineTranslatableBundle\RunroomDoctrineTranslatableBundle::class => ['all' => true], ];
Contribute
The sources of this package are contained in the Runroom monorepo. We welcome contributions for this package on runroom/runroom-packages.
License
This bundle is under the MIT license.