php - How to upload Composer output to shared host? -


my first time using composer, because vendor-supplied sdk docs cover composer-based install. attempting set use quickbooks online (qbo) sdk found here: https://github.com/intuit/quickbooks-v3-php-sdk

i have done this:

steves-mac-mini:~ steve$ composer require quickbooks/v3-php-sdk using version ^3.4 quickbooks/v3-php-sdk ./composer.json has been updated loading composer repositories package information updating dependencies (including require-dev) package operations: 1 install, 0 updates, 0 removals   - installing quickbooks/v3-php-sdk (v3.4.0): loading cache writing lock file generating autoload files steves-mac-mini:~ steve$ 

this left me with:

- composer.lock - composer.json - vendor     - autoload.php     - composer         - autoload_*.php files         - installed.json     - quickbooks         - v3-php-sdk             - more composer.json, composer.lock, , other various files             - src                 - directories each "class" name             - test 

i'm little confused on upload site @ minimum make work. want eliminate "examples", documentation, , folders shouldn't "public" (i read lot not uploading "vendor" directory, seemed apply git users).

i not using git or version control system on site. ftp. think confusion comes after reading similar questions on , web.

what need upload, , files should not renamed or moved?


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -