php

Replace PHPStorm terminal with WSL on Windows

In my previous article, I wrote about how to replace the default terminal with Git Bash. It’s easy and at…

Split PHP array in X equal number of elements

In PHP you can divide an array into an unknown number of chunks by specifying the number of elements in…