Using Composer via SSH
Composer via SSH
Composer available?
composer --version
Basic commands
# Install dependencies
composer install
# Update packages
composer update
# New package
composer require vendor/package
# Remove package
composer remove vendor/package
Production
composer install --no-dev --optimize-autoloader
Composer cache
composer clear-cache
Need help?
We're here for you! Running into issues or have questions? Our support team is happy to help you personally. Drop us a message through the ticket system - we usually respond within a few hours and love helping you find the best solution.
Was dit artikel nuttig?
0 van 0 vonden dit nuttig