Code snippets

You will find here 3 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 ™.

In the previous snippet, we saw how to inject the Symfony project root directory in the services with a bind. We can also use a P...

Symfony

Published on 2023-09-29 • Modified on 2023-09-29

 View the code


This snippet shows how to inject the Symfony project root directory in your services (or your controllers) with a bind. In a previ...

Symfony

Published on 2023-09-28 • Modified on 2023-09-28

 View the code


One learn every day! This is so true, in fact I have created this snippet because I didn't knew about the Kernel::getProjectDir()...

Symfony

Published on 2018-10-28 • Modified on 2019-12-08

 View the code