From 957dadf452860971967c6975397a112e8f4db31e Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Thu, 29 Oct 2020 00:14:30 +0000
Subject: [PATCH] Run `composer install` after starting DDEV

---
 .ddev/config.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.ddev/config.yaml b/.ddev/config.yaml
index 55b513a..7f9c732 100644
--- a/.ddev/config.yaml
+++ b/.ddev/config.yaml
@@ -10,6 +10,8 @@ additional_hostnames: []
 additional_fqdns: []
 provider: default
 hooks:
+  post-start:
+  - composer: install
   post-import-db:
   - exec: drush sql-sanitize -y --sanitize-password=password
   - exec: drush cr