File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
813The purpose of scaffolding files is to allow Drupal sites to be fully managed by
914Composer, and still allow individual asset files to be placed in arbitrary
You can’t perform that action at this time.
0 commit comments