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 ™.

This snippet shows how to create a dynamic date depending on the current fixture with nelmio/alice. The trick is to use the $curre...

alice

Published on 2021-10-24 • Modified on 2021-10-24

 View the code


In this snippet, we see how to use the $current variable with the nelmio/alice fixtures library. $current is one the most helpful ...

alice

Published on 2021-07-10 • Modified on 2021-07-10

 View the code


In this snippet, we will see how to create a simple dateTime object with the Alice fixtures bundle. When you start to play with th...

Symfony

Published on 2021-04-03 • Modified on 2021-04-03

 View the code