softspring/translatable-bundle

Symfony form type for translatable fields

5.4.x-dev 2024-11-18 14:00 UTC

This package is auto-updated.

Last update: 2024-11-18 14:00:14 UTC


README

Latest Stable Latest Unstable License PHP Version Downloads CI

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.