Commit local DDEV configuration

This commit is contained in:
Benjamin Melançon 2019-08-18 12:10:03 -04:00
parent fccb5d6a18
commit b85e8082c3
17 changed files with 361 additions and 0 deletions

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

@ -0,0 +1,7 @@
#!/bin/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"
drush $@