Wanted to upgrade Digital Ocean Monitoring on my Laravel Forge LEMP server. This so I could use all the latest features and avoid having a…
Author: Jasper Frumau
If you get an error like $ webpack –progress –config resources/assets/build/webpack.config.js Error: Failed because of a stylelint error. at linter.then (/Users/jasper/code/alarsite/wp-content/themes/alar/node_modules/stylelint-webpack-plugin/lib/run-compilation.js:39:14) error Command failed with…
Sites that load quickly will keep customers longer on your site and will prevent them from leaving or even leaving before they started. Many turnkey…
We have been working on making our Laravel / Vue / JS app more efficient and smoother. Based on analysis and console warning we had…
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…
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…