It is helpful sometimes to write your own CLI commands to automate some tasks. You can write CLI commands using PHP and call them anywhere from the command line. To get started create a folder where you will place your executable PHP file and add the newl ...
PHP debugging with KINT
What is Kint. PHP Kint is a debugging and diagnostic tool for PHP developers. It provides a simple and easy-to-use way to display and analyze PHP variables and objects in a readable and hierarchical format. Kint can help you quickly identify bugs and ...