Install Composer

We are going to use Composer to install Laravel, so let’s install Composer first. Composer is a dependency manager for PHP, you can download it from the website https://getcomposer.org/

Then follow the instructions of the installer to install Composer.

Once the installation is complete, open the command prompt and run the command composer —version to verify that Composer is working properly.

Leave a Reply

Your email address will not be published.