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…
Author: Jasper Frumau
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…
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…
To work with the Astra Child theme as generated using their generator you do need to understand the functionality added to the functions.php. Besides the…