Command “self-update” is not defined – Composer
Usually, I execute the following command to upgrade the composer version, but I found an error. ubuntu@localhost:~$ composer self-update –2
Continue readingUsually, I execute the following command to upgrade the composer version, but I found an error. ubuntu@localhost:~$ composer self-update –2
Continue readingIntroduction Composer deals with “packages” or libraries and it manages those packages or libraries on a per-project basis, installing them
Continue readingdefine() vs. const In the earlier versions of PHP one would use define() function to set constants. But with new
Continue reading