Blog

Posts

Technical

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.

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

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