Can we add the instructions for using composer to install Drupal8 to the Drupal project page?
More info can be found here.
I don't believe there are composer install instructions for Drupal 7.
Can we add the instructions for using composer to install Drupal8 to the Drupal project page?
More info can be found here.
I don't believe there are composer install instructions for Drupal 7.
Comments
Comment #2
cilefen commentedComment #3
cilefen commentedComment #4
mile23There aren't any Composer-based install instructions for Drupal, because that's not a defined behavior for Drupal.
That's why we have #2958021: Proposal: Composer Support in Core initiative and #2982674: [meta] Composer Initiative Phase 1: Add composer build support to core
In particular, #2982680: Add composer-ready project templates to Drupal core is the first goal, so that you can safely use Composer to build a Drupal site using core-native packages.
Comment #5
socialnicheguru commentedSo this does not work?
It seemed to work for me. This is not a supported way to install Drupal 8?
composer create-project drupal-composer/drupal-project:8.x-dev my_site_name_dir --stability dev --no-interactionComment #6
cilefen commented@SocialNicheGuru The core team doesn't support drupal-composer/drupal-project but it works for a lot of people. The idea is to "bake-in" create-project into the base product.
Comment #14
quietone commentedThe comments have explained the situation with composer. That leaves the suggesting for adding composer instructions to the Drupal Core project page. Since this issue was created the page was significantly changes and now includes a link to instructions for installing Drupal using composer.
Therefore, closing this as outdated.