Configures DGI's Drupal DDEV project to use MinIO for Flysystem storage.
ddev add-on get ddev/ddev-minio
ddev add-on get discoverygarden/ddev-flysystem-minio
ddev restartThe addon Configures Drupal to use the buckets so no additional configuration is required.
The add depends on ddev-minio to provide minio.
To access the minio console run ddev minio and login with ddevminio as both the username and password.
| Command | Usage | Description |
|---|---|---|
create-buckets |
ddev create-buckets [-f] |
Creates the flysystem bucket. -f to recreate. |
ddev get --remove discoverygarden/ddev-flysystem-minio
ddev get --remove ddev/ddev-minio
ddev restart