Quick Tip: Set up Drupal 8 with Composer!
Category: BrunoS, CMS, CMS & Frameworks, composer, development environment, Drupal, drupal 8, drupal-planet, drupal8, Installation, packagist, PHP
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
You must be logged in to post a comment.