Closed (outdated)
Project:
Drupal core
Version:
11.x-dev
Component:
documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Nov 2018 at 22:14 UTC
Updated:
1 Jul 2024 at 11:59 UTC
Jump to comment: Most recent
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.