blog

  • Home
  • blog
  • Quick Tip: Set up Drupal 8 with Composer!

Quick Tip: Set up Drupal 8 with Composer!

Drupal 8 logo

The recommended approach to getting started with Drupal 8 is now via Composer. An official project template has been created for this. We will create our project directly using the template, which is also available on Packagist.

To create a new project based on this template we can run the following Composer command:

composer create-project drupal-composer/drupal-project:8.x-dev my_project --stability dev --no-interaction

Continue reading %Quick Tip: Set up Drupal 8 with Composer!%

LEAVE A REPLY