Drupal environment is base on Composer template for Drupal projects See information about how to install and use it on Drupal-composer README page.
It supposed to use Docksal as development environment. See Docksal documentation to setup project on your local environment and start work with it.
This command will export Drupal configuration and remove uuid
and core
from
all config files inside ./web/modules/custom/*/config
path.
To get your files split to ./web/modules/custom/[your-module]/config
folder,
you should have proper config_split config activated to this project. See
In case there is no split config for your project, feel free to add it and commit to project. So other developers could use it during development also.
See command script .docksal/commands/cex
Command that removes uuid
and core
keys from files inside directiry your
will specify as parameter. You will find this command userful if you have
submodules.
See command script .docksal/commands/clean-config
Command will reinstall os2web_builder_workflow
module. It could be usefull
if you added new config split settings rule or enabled module that use existing
rules.
See command script .docksal/commands/bwrs
You can use this command to get fresh Drupal installation based on standard profile. After running command you can enable required modules and develop your modules.
See command script .docksal/commands/rebuild
This command could be used for testing purposes where all unused modules such as: Field UI, Config Management, is deactivated.
See command script .docksal/commands/rebuild-test