Add DDEV configuration

This commit is contained in:
Oliver Davies 2020-09-16 08:44:13 +01:00
parent b70b30bc99
commit ef89f5f5c1
5 changed files with 191 additions and 0 deletions

7
.ddev/commands/web/drush Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
## Description: Run drush inside the web container
## Usage: drush [flags] [args]
## Example: "ddev drush uli" or "ddev drush sql-cli" or "ddev drush --version"
vendor/bin/drush $@