mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
* add pms-nz/object-translation-bundle * Remove offending comma from manifest.json * Ensure 4 space indentation * Correct the folder name * Remove dashes in file name
11 lines
621 B
Plaintext
11 lines
621 B
Plaintext
* You're almost ready to use pms-nz/object-translation-bundle!
|
|
|
|
* First, use the console command <comment>make:entity</comment> create a new entity which where your translations will be stored, e.g. Translation.
|
|
|
|
* Next, extend this class with <comment>PmsNz\ObjectTranslationBundle\Model\AbstractTranslation</comment>.
|
|
|
|
* Next, use the console commands <comment>make:migration</comment> and <comment>doctrine:migrations:migrate</comment> to create a table in your database where translation will be stored.
|
|
|
|
* Next,
|
|
* <fg=blue>Read</> the documentation at <comment>https://github.com/pms-nz/object-translation-bundle</>
|