Most of us will wind up wanting a Laravel Deployer Multiple Hosts setup. You start out development on one test or staging server, but you…
Author: Jasper Frumau
Sometimes you need to add a custom Customer Processing Order message to your email template for your clients. This so you send them additional instructions….
Laravel Cors setup is quite easy with the awesome package by Barry. There a few basic steps to take and you can deal with Cross…
To do a Laravel Sync Remote Files to local Homestead Vagrant box you can use rsync. And you should use it over scp or sftp because…
Sometimes you want to do a Single Product Image Zoom & Link Removal. You just do not need the zoom effect nor do you want the…
If you need to disable a WooCommerce Payment option because you realize you no longer needed or you need to turn of a default you…
We had a WooCommerce Checkout Sendgrid Issue on one of our Trellis servers. Payments did work, but no feedback was sent to client or very…
Sometimes you will get an email from Stripe telling you there is a problem with your Stripe Webhook. For some reason it fails. Either the…
Setting up Stripe for a client on WooCommerce we ran into a Stripe 402 Error. So what does a 402 error mean and how can…
Homestead SSL & Chrome can be a real pain to make work together. To have Homestead SSL work in Chrome there are a few tweaks…
We need to now implement the Express API so we can connect our Vue Store to the MongoDB database. We do this setting up Express…
A Node, Express, MongoDB Backend Stack is chosen for our Vue Shop. Other options are available of course, but this is the choice made. We…