If you forget to exclude node_modules directory add a .gitignore with the following or add this line to an existing one: /node_modules Then run the…
Author: Jasper Frumau
Sometimes you have an online store with one product or service to sell only. Sometimes that is because that is all you are selling, sometimes…
Sometimes your Homebrew Nginx server needs a bit more love. You may need more workers, or tweak server side gzipping or as in my case…
Sometimes you run into issues ssh-ing into a remote VPS using your keys / public key. Sometimes all you see in the server logs will…
We often have to back up our website and we do not always want to use plugins or control panel options to do this. Often…
When you get an error 500 screen with a red bar at the top stating Whoops, looks like something went wrong. running your Laravel app you…
Since I wrote my last post on setting up WooCommerce in Sage 9 things have changed once again. Sage 9 beta 3 has adjusted its…
I guess you as an avid MailChimp user may have seen this, but just in case . MailChimp is adding more and more social media…
Just upgraded to Cerbot from letsencrypt for the installation of free Let’s Encrypt SSl certificates. It was actually easier than I thought as Certbot can…
When you work with Laravel and need to take care of the actual launch of the web application there tend to be two things you…
Setting up Laradock is pretty straightforward …. once you have done it all. As it the same for most things in life. Allow me to…
Been working on a Laravel PHP app that is using plenty of vue.js and vanilla JavaScript. We decided to add Slick Slider for a part…