03 ‐ Install Composer - redamakarem/nadil-new GitHub Wiki

  • Download composer from here

  • Take a note of the active php version on your system. To find that out, open laragon and see what php version is on the top of the window: image

  • In the screenshot above, the php version is 7.4x

  • when asked about the php location during the Composer installation, browse to C:\laragon\bin\php[your-php-version]

  • finish the rest of the installation keeping the defaults

  • verify that the installation was successfull by opening cmd and running composer command. You should see an output similar to the below: image