File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Drupal Composer Scaffold
2
2
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.
7
12
8
13
The purpose of scaffolding files is to allow Drupal sites to be fully managed by
9
14
Composer, and still allow individual asset files to be placed in arbitrary
You can’t perform that action at this time.
0 commit comments