Posts

This is the list of posts that I have published. The post will be published on the moment that I have time and inspiration to write something.
Subscribe to the feed or follow me to know when there is a new post.


Using different git configurations

There are situations where you want to have different configurations for git depending on the repository. Preferable without manual configure it for every repository. To get that result you can load...

Read

PSR-8, the most forgotten PSR that isn't about code, but more important then all other PSRs

I will explain why I find the most forgotten PSR, PSR-8 is important for the community to keep in mind. In the PHP community we can debate a lot about code and anything related. If it isn't about a...

Read

Prevent a mess with PHP Mess Detector on Full Stack Europe 2022

Photo by Dries Vints On 7 October 2022 I had the honor to give a lightning talk on Full Stack Europe 2022 about PHPMD. The title was: Prevent a mess with PHP Mess Detector. And the slides are here...

Read

GitHash and Laravel GitHash

Install the GitHash package with composer require tjvb/githash to install the githash package Add the githash to your logs, views, or anything you want. If you use Laravel install...

Read

Build docker images with GitLab CI

Custom Docker images are useful in a CI pipeline to test your application. With a custom image you can skip installation skips on every run because they are already done in the image. This saves time...

Read

Some answers about the Laravel Certification

It shouldn’t be too difficult if you use Laravel a lot It can be useful for marketing It can be useful to prove that you have knowledge from Laravel If you didn’t have a lot of experience with...

Read

Laravel routes

Not too long ago we, the developers of Blue Dragon, released a new Laravel package called Laravel Routes. In this post I would like to explain about the "why" and "hows" we...

Read

PHPBenelux 2019 recap

During the Tilburg PHP Meetup in January, I was the lucky one who won the PHPBenelux ticket sponsored by Techpath. On January 25th/26th 2019 I was happy to visit the 10th edition of PHPBenelux in...

Read