Skip to content

Simple DDEV addon which ensures a database is created for every multisite directory that exists in the codebase.

Notifications You must be signed in to change notification settings

lpeabody/ddev-drupal-multisite-databases

Repository files navigation

DDEV Drupal Multisite Databases

This is a DDEV addon that ensures a database exists for every valid multisite directory (i.e. excluding default and settings).

  • The database name is the same as the directory name.
  • The database user and password are both db.

Installation

Run the following command to install the addon:

ddev add-on get lpeabody/ddev-drupal-multisite-databases

After the addon is installed, run ddev restart to apply the changes.

About

Simple DDEV addon which ensures a database is created for every multisite directory that exists in the codebase.

Topics

Resources

Stars

Watchers

Forks