Skip to content

Instantly share code, notes, and snippets.

@dsturm
Last active September 1, 2021 08:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsturm/de384590e91eea1bb5a1ef40663f369e to your computer and use it in GitHub Desktop.
Save dsturm/de384590e91eea1bb5a1ef40663f369e to your computer and use it in GitHub Desktop.
Shopware workflow

Shopware setup

Config

composer config sort-packages true

composer config repositories.shopware composer https://packages.shopware.com
composer config bearer.packages.shopware.com {{KEY}}

Git

echo '/composer.lock -merge' >> .gitattributes
echo "
# Authentication
auth.json" >> .gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment