Skip to content

Instantly share code, notes, and snippets.

@mikepage
Created April 17, 2025 09:17
Show Gist options
  • Save mikepage/82c7470d7abb76bbba8f2cb00ec29463 to your computer and use it in GitHub Desktop.
Save mikepage/82c7470d7abb76bbba8f2cb00ec29463 to your computer and use it in GitHub Desktop.
# local
composer update
git add composer.lock
git commit -a -m "Composer update"
# remote
git pull
composer install --no-dev -o -a
php craft up
php craft clear-caches/all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment