Skip to content

Commit

Permalink
Issue #3396153 by joachim: Composer Scaffold plugin README is incomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
xjm committed Nov 15, 2023
1 parent bcfb815 commit 46393bc
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 46393bc

Please sign in to comment.