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…
Blog
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…
When working with multiple databases in Laravel, you may encounter issues where additional databases are missing migration tables. This causes problems when running php artisan migrate and php…
The Problem Recently, I encountered a frustrating issue where Elementor was throwing 403 Forbidden errors seemingly out of nowhere. Users couldn’t access the Elementor editor,…
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…
When working with web applications, it’s common to store complex data structures as JSON strings in databases. This approach is particularly useful when you need…
When using PHP Deployer for zero-downtime deployments, you might encounter a frustrating issue where Nginx continues serving cached content from previous releases instead of loading…
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…
To work with Xolphin SSL certificates or any SSL certificates at Forge you need to take care of a few simple steps. Self Signing Request…