https://github.com/softspring/translatable-bundle
https://github.com/softspring/translatable-bundle
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/softspring/translatable-bundle
- Owner: softspring
- License: agpl-3.0
- Created: 2024-10-29T14:13:37.000Z (over 1 year ago)
- Default Branch: 5.5
- Last Pushed: 2025-02-18T10:35:32.000Z (over 1 year ago)
- Last Synced: 2025-03-23T08:48:29.356Z (over 1 year ago)
- Language: PHP
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Translatable Bundle





[](https://github.com/softspring/translatable-bundle/actions/workflows/ci.yml)
## Installation
### Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
```console
$ 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:
```console
$ composer require softspring/translatable-bundle
```
This command requires you to have Composer installed globally, as explained
in the [installation chapter](https://getcomposer.org/doc/00-intro.md)
of the Composer documentation.