Skip to content

Tag: symfony

Symfony Update data with a post request

I am currently trying to update a Person in a table. The Table looks the following: I want to be able to update the First-and Lastname and also the nin when I click on the Submit button. My twig file looks like this: And my controller is the following: Currently when I click update I just fill it what’s…

CollectionType elements missing data

I’ve embedded forms with CollectionType: and ‘battlePages’ is an ArrayCollection with many elements. But ‘$entity’ is empty however collection was walking through. My goal would be to get BattlePage entity’s data in the ‘BattlePageCollectionType’ which is my sec…

Unable to find template Symfony 4

When I updated from Symfony 3.4 to Symfony 4 and displayed the system with a browser, the following error appeared. Changing the views directory is a lot of work and I don’t want to do it as much as possible. Is there any good way? Error Code Code framework.yaml twig.yaml SecurityController.php Version …

Connection refused to database (Symfony 5) [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed last year. Improve this question I’m trying to connect my database to my app with Symfony but I keep getting errors. I sp…