CR: Composer project templates introduced in Drupal core
composer -n create-project drupal/recommended-project:^8.8@dev my-project
To update only Drupal core without any modules or themes, use:
composer update drupal/core-recommended --with-dependencies
- https://github.com/drupal-composer/drupal-project
- https://github.com/wunderio/drupal-project
- https://github.com/thinktandem/template-drupal8
- https://github.com/lando/lando-pantheon-ci-workflow-example
- https://github.com/pantheon-systems/example-drops-8-composer
- https://github.com/palantirnet/drupal-skeleton
- https://github.com/skilld-labs/skilld-docker-container
- https://dev.docs.agile.coop/docs/environment/setup-new/