Composer installs and manages PHP application dependencies.
Safe Workflow #
- Confirm the required PHP version.
- Upload composer.json and composer.lock.
- Run Composer from the application directory.
- Use production flags where appropriate.
- Review errors for missing extensions or memory limits.
- Keep vendor files outside public access when the application structure allows.
Lock File #
Deploying composer.lock helps keep dependency versions consistent across development and production.
Using Terminal on Vertico Hosting #
Where Terminal is enabled on your Vertico shared hosting package, run Composer from the correct application directory and use the PHP version required by the project.
Need Help? #
If you still need assistance, open a support ticket through your Vertico client account and include the affected domain or email address, a screenshot of the error, and the approximate time the problem occurred. Never send passwords by email or support ticket.
