So, how to migrate a theme from Sage 10 to Sage 11? This involves several key changes due to the shift from Bud to Vite…
Author: Jasper Frumau
As we use Fast CGI Micro Caching on our Roots Trellis server we needed more PHP children, start and spare servers. We had an error…
To run a Laravel 11 application with Vite on a local Laravel Valet server you need an update to your vite.conf.js to load the site…
A Let’s Encrypt Wildcard Certificate requires DNS verification. Ploi does not offer TransIP as DNS provider for the generation of LE SSL wildcards. Installing TransIP…
Developing locally I got into issues with Laravel Fortify 2 factor authentication. I often got an error caching issue related to the two factor authentication…
Sometimes your Laravel setup misses migration tabes for additional databases and this causes issues running php artisan migrate and this also causes issues running php…
Was dealing with Elementor 403 issues and found out Apache Mod security was blocking things reading the logs. See logs below: So I had to…
To access Hostnet.nl based servers via SSH you might hit an error where SSH terminal feedback tells you that their offer is `ssh-rsa`: The issue…
To quickly see on your Mac why your Redis cannot be connected to or why Docker cannot run localhost because port 80 is taken you…
To get JSON data using JavaScript for data stored as JSON string in the database you can use modules is the name for data objects…
If you want the latest content to be loaded from the latest symlinked release using PHP Deployer you need to add these lines to your…
If you need to increate the PHP processes such as maximum number of children, servers, spare servers or requests you can do this from the…