Composer error missing script

hi

i was able to load it correctly.

just a question.
does composer installs so many folder from api client

do we require all these folders for google api to run

bin
composer
doctrine
firebase
google
guzzlehttp
monolog
phpdocumentor
phpseclib
phpspec
phpunit
psr
react
sebastian
squizlabs
symfony
tediym
autoload.php

vineet

you require the dependencies listed under ‘require’: https://packagist.org/packages/google/apiclient

hi Dormilich

i would like know one thing

suppose i downloaded some api files with composer on my local machine and everything is working fine.
now when i want to make those files online
then i will have to run composer again on the server ??.
means i have to download files with composer online again.

or i can use local downloaded files and run them online ??

vineet

you can use either way. though in the latter case, you would have to make sure to have an appropriate autoloder in place.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.