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…
Insights
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…
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…
Just had an app die on me locally because the mail settings were outdated. Laravel Valet hit a Nginx 504 timeout error. When I checked…
Basic Axios get request to load date as JSON data is done with relative ease using a basic call, naming it get with added url…
PayPal on pause in Thailand for over two years now and not accepting any new customers. Apparently due to a debit card hack allowing loads…
If you work with Laravel caching to store queries in the Redis database you may want to every now and then check how the keys…
To check whether post deployment or post php artisan config:cache the configuration has been truly cached you can look up the cache in your application…