Drupal Environment¶
This composer plugin builds all necessary directory structures for a Drupal project once during initial project creation or installation.
This plugin is required by the lakedrops/drupal-development-environment plugin and for development environments there is nothing else you need to be doing.
However, if you want to use the mechanism also on other non-development stages to create all the directories and links for you, then you can add lakedrops/drupal-environment
as a requirement also to the required section of the root project. When you then call composer install --no-interaction --no-dev
it will also install this plugin and create the full structure required.
In addition, if you define the environment variable LAKEDROPS_MODE_LIVE=live
before calling composer install, then you also get settings for a production site rather than a development stage.
Configuration¶
You can overwrite default values of this plugin by adding the required parts into the .lakedrops.yml
file in you project's root:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
|