Change every 'CHANGE-ME' found
$ grep -r "{CHANGE-ME}" *
- Public web root in is
webfolder - Configuration is in
conffolder - Custom modules are in
web/modules/customfolder - Custom themes are in
web/themes/customfolder
These recommended modules are included in the composer.json, but you can remove them if not needed.
- Admin Toolbar - Improved Drupal Toolbar
- Pathauto - Automated URL alias generating
This will download Drupal core and contrib modules See Composer section below.
$ composer build-dev
This template uses Composer to build the codebase.
Installations rely on composer.lock file. This can be updated by running composer build-dev which will update the
lock file. Lock file us used by testing/staging/production builds and will not be updated then.
Build codebase with dev requirements and update composer.lock file:
$ composer build-dev
Build codebase without dev requirements:
$ composer build-prod