Code snippets

You will find here 4 code snippets I find useful so I don't have to Google ™ or Stackoverflow ™ them when I need. There are also code snippets I always forget! 😁 Sometimes, related links to the code will be available. The main difference with other random snippets you will find on the web is that in most cases (for the Symfony related ones) you will be able to run them directly from this website to check the output so you can verify it works as expected ™.

This snippet shows how to test a new Symfony major beta version. We saw how to try the "next" minor version in the previous snippe...

Symfony

Published on 2023-11-01 • Modified on 2023-11-01

 View the code


This snippet shows how to install a Symfony beta version with the Symfony binary. Note that if a new major version is released, it...

Symfony

Published on 2023-10-28 • Modified on 2023-10-28

 View the code


I always forget this one. We must set the preferred_state setting. Once the package is installed, you can restore the previous set...

PHP

Published on 2020-04-01 • Modified on 2020-04-01

 View the code


Symfony 6.4 beta2 is out as of the 2023-10-29, you can test it by modifying your composer.json file. The following JSON snippet s...

Symfony

Published on 2019-05-11 • Modified on 2023-10-29

 View the code