Web Developer
For custom PHP apps in DO’s App Platform, do we need to upload the vendor directory to the github repo which would then be pulled in into the app platform’s app ?
Or will specifying the package list alone in composer.json be enough for the app platform to automatically install the vendor folders in the app ?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
You never need to push the vendor directory to github repo, this is created by composer install
command using package version in composer.json
and composer.lock
files.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.