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.
March 2019
Month: March 2019
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