Fixing - PHPUnit Util Deprecated Feature Logger

In this series, i am going to cover a common bug that developers face during running the PHP Unit Tests. Keep in mind, this error occured while I was using phpunit, version line five. composer global require "phpunit/phpunit" Lately, I was working on my open source project on&...
Read more...
download.png

An alternative way for PHP array_column

As a developer i'm pretty much sure, most of the developers use latest version of PHP in their machine, so do I.  The thing is, sometime with version of PHP on hosting servers, we have to think about the alternative way. Here with this post I am going to share a pro tip fo...
Read more...