If you find this add-on useful, please star it on GitHub — stars show appreciation and help maintainers know their work matters.
This add-on aims to simplify add-on management for DDEV
projects by maintaining a file with the installed add-ons at
[YOUR_PROJECT_FOLDER]/.ddev/config.basin.yaml.
A set of DDEV global commands is provided to get Drupal projects running from
scratch with drupal/recommended-project as base, drush, and the site
installed at the end of the process.
It also serves as a base for other addons to provide Symfony commands written in PHP. See DDEV Basin Deploy
ddev add-on get upstreamable/ddev-basin
ddev restart
Upon restart the currently installed add-ons will be included in
.ddev/config.basin.yaml.
After installation, make sure to commit the .ddev/config.basin.yaml to version control.
With the add-ons of the project in configuration there is no need to commit all
the add-on files into your repository. The only two files required are
.ddev/config.yaml and .ddev/config.basin.yaml.
With those present and the ddev-basin add-on installed te rest of add-ons
will be installed when the project is started.
When an add-on is installed, the next time the project starts it will be added to
.ddev/config.basin.yaml.
Contributed and maintained by @upstreamable
If you find this add-on useful, please star it on GitHub — stars show appreciation and help maintainers know their work matters.