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

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

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

Symfony Forms: Html5 Datalist

How can be implemented HTML5 datalist with values from the database (Doctrine)? Purpose: replace se… Read more Symfony Forms: Html5 Datalist

How To Remove Spaces In Twig

What i need i need to remove the spaces from html . i need like -- data---- extra spaces are … Read more How To Remove Spaces In Twig

Installing Bootstrap Theme In Symfony 2 Project

I am looking at installing this theme in my SF2 project, and I note that there are 4 files at the t… Read more Installing Bootstrap Theme In Symfony 2 Project