softspring / translatable-bundle
Symfony form type for translatable fields
Installs: 29
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=8.1
- doctrine/dbal: ^3.2|^4.2
- doctrine/orm: ^3.3
- symfony/config: ^5.4|^6.0|^7.0
- symfony/dependency-injection: ^5.4|^6.0|^7.0
- symfony/doctrine-bridge: ^5.4|^6.0|^7.0
- symfony/form: ^5.4|^6.0|^7.0
- symfony/http-kernel: ^5.4|^6.0|^7.0
- twig/twig: ^3.14
Requires (Dev)
- friendsofphp/php-cs-fixer: 3.64.*
- google/cloud-translate: ^1.17
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^11.0
- rector/rector: ^1.0
- softspring/dynamic-form-type: ^5.4
- symfony/framework-bundle: ^7.1
This package is auto-updated.
Last update: 2024-11-18 14:00:14 UTC
README
Installation
Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
$ composer require softspring/translatable-bundle
Applications that don't use Symfony Flex
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
$ composer require softspring/translatable-bundle
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.