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…
Blog
Sometimes you need to quickly find a text / string of text inside your Laravel app. And sometimes apps you use do not do the…
Sometimes you need to keep track of internet access. Just because you are a geek and would like to know or because you were having…
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…
I had Horizon – ^1.2 – up and running with a Forge daemon setup and it did work. It showed it was active, max runtime…
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()…
Inspiration To realize a self signed certificate that would be accepted by all browsers I failed many times in the past. Until I bumped into…
Checkout Redirect to Home & Cart Redirect to Checkout So we needed an option to redirect empty cart to home. This besides the cart skip…
Docker Base As usual I use my Docker Base . I did do a small tweak so we can use Apache htpasswd for basic user authentication…
Did this testing with the latest ACF Pro locally with a Laradock WordPress setup. Took a while again to get that going. This as I…
Digital Ocean Account Setup To work with Digital Ocean you need an account. It can be one run by developer, but preferably one client runs…
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…