Composer dependencies in VCS The best practice for composer dependencies is to keep them ignored in VCS. On some rare occasions, you may need to keep them there. So, how to do it correctly?
Writing shorter code with null safe operator PHP is constantly evolving and brings new features that help to write things better. One of my favorites is the null safe operator.