Skip to content Skip to sidebar Skip to footer
Showing posts with the label Symfony

Symfony's Numbertype As Html5 Input Field And A Custom Locale Setting

My application prefers de as locale to show numbers like 1.234.567,89 instead of 1,234,567.89 (or 1… Read more Symfony's Numbertype As Html5 Input Field And A Custom Locale Setting

Delete Form-control In Form-row Symfony/twig

When i create this builder $builder ->add('categorie', EntityType::class, [ … Read more Delete Form-control In Form-row Symfony/twig

Angular One Page Site Dont Work Properly When Enables $locationprovider.html5mode(true);

I have an application with the following routes on the server side Main path: / Api path: /api/* P… Read more Angular One Page Site Dont Work Properly When Enables $locationprovider.html5mode(true);

Symfony 3 File Upload In Edit Form

i have an entity 'Cours' with a field 'image'. this is the builder of CoursType.ph… Read more Symfony 3 File Upload In Edit Form

How I Change A Value Of Hidden File According Which Radio Selected

I have in a file HTML.twig: 1- a hidden file should take 3 values according which radio selected, o… Read more How I Change A Value Of Hidden File According Which Radio Selected

Change Html Lang Attribute When Locale Changes

I have a multilangual website running with PHP/Symfony2. I would like to change the html lang attri… Read more Change Html Lang Attribute When Locale Changes