Blog
Posts
Writing a HTTP Link header parser package to replace the suddenly removed package.
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.
Using a HydePHP extension that generates static redirect pages from configuration without relying on server-side routing or hosting-specific features.
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...
The Exact Online API has a lot of endpoints and options, which sometimes makes it a challenge to work with...
The fight of my MX Master 3 scroll wheel with my M1 Macbook Air.
Freedom meets security with your WYSIWYG editor in Laravel. Learn how to properly handle the WYSIWYG editor output in laravel.
Laravel is shipped with an easy to use HTTP Client. This HTTP Client is based on the popular Guzzle HTTP Client but is a bit easier to use due of the expressive syntax.