Enter the project directory from the command line and run the following command:
composer update
If you already have the file composer.lock
(which is where Composer saves references to each of the dependencies that are in the project), run the following command:
composer install
The above command depends a lot on whether Poser is globally available from the command line or not. You may prefer to download the Composer executable in the project itself with one of the following commands:
curl -sS https://getcomposer.org/installer | php
Or, if you haven’t curl
:
php -r "readfile('https://getcomposer.org/installer');" | php
And then just replace composer
for composer.phar
, which is the name of the downloaded file.
Can you show me how to enter the directory? The path is this C: -> wamp -> www -> crm.
– GWER
The command is
cd c:\wamp\www\crm
. Anything, go using the keytab
to each directory to see the sub-directories from the point you are to facilitate navigation :)– Rodrigo Rigotti
Thanks for the help!
– GWER