geerlingguy / drupal-for-kubernetes

Drupal Example Site for Kubernetes
http://www.pidramble.com
GNU General Public License v2.0
165 stars 52 forks source link

Switch to official Drupal core Composer project template #24

Closed geerlingguy closed 4 years ago

geerlingguy commented 5 years ago

In the docs and in general...

See: https://www.drupal.org/node/3082474

composer -n create-project drupal/recommended-project:^8.8@dev my-project

Instead of using the composer-template project that I've been using in the past.

Related:

paul-m commented 4 years ago

Just a heads-up that if you create-project without @dev, you won't get embedded repos:

composer -n --prefer-dist create-project drupal/recommended-project:^8.8 my-project
geerlingguy commented 4 years ago

Related: