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 just to check if all
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 be something like Jun 26
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 using the command line is
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 might spend a lot of
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 structure and looks even more
I guess you as an avid MailChimp user may have seen this, but just in case . MailChimp is adding more and more social media marketing integrations to their portfolio.
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 just be installed and will
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 need to take care of.
Setting up Laradock is pretty straightforward …. once you have done it all. As it the same for most things in life. Allow me to share the major snags I
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 of the app. It is
As we are actively developing projects and database tables are updated often and new ones are added we tend to run into all kinds of database related errors. And one
If you quickly need to adjust a user’s password or add a new password for a new user you can do that using Laravel Tinker. Just fire up php artisan