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...

Datalist, autosuggestions without JavaScript

I love that browsers get more and more native controls so that we developers don’t have to worry about JavaScript libraries. Autocompletion is a pattern that all web users are...