Install Composer - Windows

Post Reply
admin
Site Admin
Posts: 43
Joined: Mon Sep 16, 2024 5:00 pm
Contact:

Install Composer - Windows

Post: # 301Post admin »

Run a command prompt
CD to the root folder of the web app

copy and paste:

Code: Select all

php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('sha384', 'composer-setup.php') === 'c8b085408188070d5f52bcfe4ecfbee5f727afa458b2573b8eaaf77b3419b0bf2768dc67c86944da1544f06fa544fd47') { echo 'Installer verified'.PHP_EOL; } else { echo 'Installer corrupt'.PHP_EOL; unlink('composer-setup.php'); exit(1); }"
php composer-setup.php
php -r "unlink('composer-setup.php');"
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests