Skip to content

Commit 46393bc

Browse files
committed
Issue #3396153 by joachim: Composer Scaffold plugin README is incomplete
1 parent bcfb815 commit 46393bc

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Drupal Composer Scaffold
22

3-
This project provides a composer plugin for placing scaffold files (like
4-
`index.php`, `update.php`, …) from the `drupal/core` project into their desired
5-
location inside the web root. Only individual files may be scaffolded with this
6-
plugin.
3+
This project provides a composer plugin making the Drupal core Composer package
4+
work correctly in a Composer project.
5+
6+
This takes care of:
7+
- Placing scaffold files (like `index.php`, `update.php`, …) from the
8+
`drupal/core` project into their desired location inside the web root. Only
9+
individual files may be scaffolded with this plugin.
10+
- Writing an autoload.php file to the web root, which includes the Composer
11+
autoload.php file.
712

813
The purpose of scaffolding files is to allow Drupal sites to be fully managed by
914
Composer, and still allow individual asset files to be placed in arbitrary

0 commit comments

Comments
 (0)