From 9ef77100bd48aae0aa897a80e27cf2d423a03c35 Mon Sep 17 00:00:00 2001 From: xjm <xjm@65776.no-reply.drupal.org> Date: Wed, 15 Nov 2023 17:22:47 -0600 Subject: [PATCH] Issue #3396153 by joachim: Composer Scaffold plugin README is incomplete --- composer/Plugin/Scaffold/README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/composer/Plugin/Scaffold/README.md b/composer/Plugin/Scaffold/README.md index 0d37c5db68b7..32bd25c37d90 100644 --- a/composer/Plugin/Scaffold/README.md +++ b/composer/Plugin/Scaffold/README.md @@ -1,9 +1,14 @@ # Drupal Composer Scaffold -This project provides a composer plugin for placing scaffold files (like -`index.php`, `update.php`, …) from the `drupal/core` project into their desired -location inside the web root. Only individual files may be scaffolded with this -plugin. +This project provides a composer plugin making the Drupal core Composer package +work correctly in a Composer project. + +This takes care of: + - Placing scaffold files (like `index.php`, `update.php`, …) from the + `drupal/core` project into their desired location inside the web root. Only + individual files may be scaffolded with this plugin. + - Writing an autoload.php file to the web root, which includes the Composer + autoload.php file. The purpose of scaffolding files is to allow Drupal sites to be fully managed by Composer, and still allow individual asset files to be placed in arbitrary -- GitLab