How to install Composer to use Ratchet ? |
I finaly tryed to execute
Code: composer require cboden/ratchet This let me understand that I need to install Composer. I did that with Code: apt install composer After that step done, Code: composer require cboden/ratchet The tutorial says : Quote:Si votre projet est vierge de tout contexte "Composer", l'outil va vous demander diverses informations pour créer votre fichier "composer.json". Si tel est le cas, exécutez ensuite la commande suivante : Google translation : Quote:If your project is blank of any "Composer" context, the tool will ask you for various information to create your "composer.json" file. If this is the case, then run the following command : composer install I dot not know if my brand new CI is blank or not of any "Composer context", how can I check this ? Do I have to run, or not Code: composer install Note that, the command Code: composer require cboden/ratchet Thank you for helping, Nils |
Messages In This Thread |
How to install Composer to use Ratchet ? - by NilsFr13 - 09-03-2019, 05:18 AM
RE: How to install Composer to use Ratchet ? - by NilsFr13 - 09-03-2019, 05:43 AM
RE: How to install Composer to use Ratchet ? - by NilsFr13 - 09-03-2019, 05:48 AM
|