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 properly under your domain.test .
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 Certbot Plugin is possible using
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 keys in tandem with the
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 artisan schema:dump for that database.
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 add the IDs to the
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 then issue that your SSH
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 can use the following on
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 here but it could of
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 Nginx PHP block After doing
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 command line Based on blog
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 You need a self signing
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 general enqueueing of the child