Raised: $0
0% of monthly goal Help us cross the finish line!
Goal: $12,000
Raised: $0 Goal: $12,000
0% of monthly goal Help us cross the finish line!
Sponsor DDEV

If you find this add-on useful, please star it on GitHub — stars show appreciation and help maintainers know their work matters.

add-on registry tests last commit release

DDEV Basin

Overview

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

Installation

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.

Usage

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.

Credits

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.