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

In this snippet, we will see how to get the fields and associations list of a Doctrine entity. First, we get the meta class of the...

Doctrine

Published on 2020-08-01 • Modified on 2020-08-01

 View the code


In this snippet, we will see how to create a PostgreSQL database with an associated user of the same name. We create a user then w...

postgres

Published on 2020-05-27 • Modified on 2020-05-27

 View the code


This is the docker compose file I am using for postgreSQL 9.6. As this is an official image, there should't be any problem. Don't ...

Docker

Published on 2019-10-01 • Modified on 2019-10-01

 View the code


This is the docker compose file I am using for MySQL 5.7. As this is an official image, there should't be any problem. Before I wa...

Docker

Published on 2019-09-26 • Modified on 2019-09-26

 View the code