Building practical backend systems and writing about what actually works.

Hi, I’m Dick van der Heiden, a back-end PHP developer who likes to use the Laravel framework. As a business owner I'm involved in project planning, process design and project management. I really like bridging the gap between technical execution and strategic decision-making.

Laravel Engineer

  • Laravel Certified Developer
  • Professional use of Laravel since v4

Business Owner

Open Source Efforts

Find my packages at:

Latest writing

Recent posts

A starter feed is already wired up so you can replace the sample content and start publishing.

See all posts
Laravel

MySQL/MariaDB driver vs laravel-backup

MariaDB 11 removed the mysqldump binary, which can break backups for projects still using the MySQL driver. Switching drivers isn’t always straightforward due to differences like UUID storage. This post shows a simple workaround to fix backups without changing your database schema.

Backups MariaDB UUID
Published
Author Dick van der Heiden
Read post
Laravel

Redirects in HydePHP

Using a HydePHP extension that generates static redirect pages from configuration without relying on server-side routing or hosting-specific features.

Static Site Generator HydePHP
Published
Author Dick van der Heiden
Read post
Laravel

Native UUID support in Laravel has arrived

UUID support works as easily as possible, by just adding the HasUuids trait to your models. Be aware that it requires the model events to be fired so saving the model quietly do...

Eloquent UUID
Published
Author Dick van der Heiden
Read post