Fix Guzzle Curl Error 60 SSL unable to get local issuer
While working with Apple’s new API for push notifications and Laravel, I had to make requests to Apple’s servers via http2 a Ubuntu 20.04 server. I did check...
How to install ImageMagick on Laravel Valet
This walkthru assumes that you have Laravel Valet, PHP7.4 installed. If not, follow these instructions. Prepare Pecl pecl channel-update pecl.php.net ; pecl clear-cache Install...
Setup Xdebug3 with PHP7.4, PHPStorm and Laravel Valet
This walkthru assumes that you have Laravel Valet, PHP7.4 installed. If not, follow these instructions. Install Xdebug Prepare Pecl pecl channel-update pecl.php.net ; pecl clear-cache...
Print JavaScript/Vue object to console
str = JSON.stringify(media, null, 2); // it will also indent the output...
My most popular blog posts 2020
These last years I have been using my blog as a kind of public notebook. If there is a problem and I find the solution, I usually make a post...