feat: add Drupal LocalGov example

This commit is contained in:
Oliver Davies 2023-03-03 19:36:19 +00:00
commit 17c5703d29
19 changed files with 1800 additions and 0 deletions

View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
[[ -f composer.json && ! -d vendor ]] && composer install
eval "$@"