Manage Symfony Form Collection with Vanilla JS

Lately, after refreshed some of my bundles (A2lixTranslationFormBundle & A2lixAutoFormBundle), I refreshed my Demo project too. This Demo project include a example of Symfony Form collection that was done some years ago, with JQuery. Today, JQuery is discouraged and it’s preferable to use native Javascript (which become better with latest...

Read more »

Translate/Internationalize your Doctrine entities with ease - Custom backend and Sonata compatible

To internationalize your Doctrine entities, you have basically 2 ways: Add a locale field to your entity and manage many instances that locale. Simplest way, but can create unwanted information duplication. Split your entity in two, with a translatable entity that contains common fields not related to translation and a...

Read more »