Questions tagged [symfony-4.4]

Symfony is a PHP framework developed by SensioLabs. Symfony 4.4 was released in November 2019.

Symfony is a PHP web framework first released in July 2011 and was created by SensioLabs. Symfony 4.4 was released in November 2019.

Bug fixes

  • bug #34464 [Form] group constraints when calling the validator (@nicolas-grekas)
  • bug #34451 [DependencyInjection] Fix dumping multiple deprecated aliases (@shyim)
  • bug #34448 [Form] allow button names to start with uppercase letter (@xabbuh)
  • bug #34428 [Security] Fix best encoder not wired using migrat _from (@chalasr)

Documentation / Resources

  • Overview: Documentation for current version.
  • Flex: New way to manage Symfony apps.
  • Best Practices: Best practices for developing web apps, esp. the ones using the full-stack Symfony framework.
  • Symfony Recipes Server: Includes official and community recipes.
108 questions
-3
votes
1 answer

How to replace spaces (%20) by "-" in Symfony routes

I want to replace spaces (%20) by "-" in Symfony 4.4 routes and delete first capital letter of my {slug}. E.g: RecipeController.php /** * @Route("/receta/{title}", name="recipe_show", methods={"GET"}) */ public function show(Recipe $recipe):…
Cristina
  • 1
  • 1
  • 5
-3
votes
1 answer

How can I implement a dotrine entity event listener

I'm working with Symfony 4.4, at first I want to check my doctrine version I found: in composer: doctrine/orm": "^2.4.5 in symfony.lock: "doctrine/orm": { "version": "v2.7.0" }, which one I have to trust ? So the main problem is that I'm…
Med Karim Garali
  • 923
  • 1
  • 14
  • 37
-4
votes
1 answer

Upgrading Symfony 2.3 to 4.4

How time consuming is migrating a medium/large sized legacy Symfony application from version 2.3 to 4.4 compared to rewriting it in a different framework? From the research I've done it seems like quite a lot of stuff has changed between these…
Robbe R
  • 23
  • 1
  • 7
1 2 3 4 5 6 7
8