Wanted to upgrade Laravel Mix 0.8.1 to 2.1.14 today. Thought it would not be that hard to do as 2.1.14 has not had major changes compared to laravel-mix 3 or
Sometimes you need to quickly find a text / string of text inside your Laravel app. And sometimes apps you use do not do the job well or skip folders
You want to check your internet connectivity. You need something to test your connection that day as you are having issues. I found a nice bash script to check internet uptime and tweaked it for us all to use with ease.
Been annoyed by the recent barrage of brute force password recovery attacks. In WordPress you can block these kind of attacks by turning off password recovery. Now this is obviously
Sometimes you spend so much time tweaking Redis and queues run in Redis, you forget there are great tools out there to help you out. Let's talk Horizon Run Redis Queues and an issue you could run into as well.
We are using the Pay.nl SDK to work with pay.nl. We load the Pay.nl token and service id keys with the function: public function __construct() { Config::setApiToken(env(‘PAY_TOKEN’)); Config::setServiceId(env(‘SERVICE_ID’)); } in
To have Local Development with Self Signed Certificate has been a pain in the last two years. Chrome and other browsers have been making it harder and harder. Well there still is a way to do this and here I will let you know how.
Had an issue on a WooCommerce setup where the cart page was redirecting to the checkout page and the cart page would redirect to the checkout page again. A continues redirect loop. How could we redirect empty cart to home and checkout to cart?
To avoid the pain of setting up Let's Encrypt SSL and to work with a better load balancer / reverse proxy I decided to do a Laradock & Traefik setup. And I must say I have been pleasantly surprised so far!
Had an issue with Advanced Custom Fields, Reactivated my Ianua theme with the ACF plugin built in. Found out the Home Page field Group Call to Action url was no longer responding. And whatever I did it did not matter. It would only just load the homepage url. So I decided to update Advanced Custom Fields Pro to the latest. And why not use the opportunity to run WordPress on Laradock?
To setup a WordPress website on Digital Ocean there are multiple ways to to do it. You can do an amazing Trellis setup, you can use a one-click WordPress image or you can set up things manually following their tutorials. Here is a short list of how do do it manually setup by step following their tutorials to get a site up and running on a LEMP using a Ubuntu 18.0.4 Droplet
To add a New WordPress Admin User w/ PHP you can tweak the database, but you can also simply do it with PHP code. I prefer the latter as I