Answer the question
In order to leave comments, you need to log in
How to work with composer in linux?
Good day to all.
I need to install google api to work with google drive. For this I installed composer:
curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/bin/composer
composer require google/apiclient:^2.0
Answer the question
In order to leave comments, you need to log in
Now you need to include autoload.php from google.No, you need to include autoload.php from composer - that's the whole point of it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question