#composer
Read more stories on Hashnode
Articles with this tag
In this article, we will build a social media skeleton project to demonstrate the importance and use of composer using PHP 8.
If you don't know, composer is a PHP dependency manager. It is the PHP version of NPM (Node Package Manager). Dependencies simply means the codes your...