Fix HTTP2 in cURL and Laravel Valet
While working with Apple’s new API for push notifications and Laravel, I had to make requests to Apple’s servers via http2 from my local Laravel Valet instance. Lately, the brew...
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...