Skip to content

ddev/ddev-adminer

Repository files navigation

tests project is maintained

DDEV Adminer Service

What is this?

This repository allows you to quickly install Adminer database manager into a Ddev project using just ddev get ddev/ddev-adminer.

Adminer is a full-featured database management tool written in PHP. This service currently ships the official adminer container with no external plugins. It contains all official plugins and themes and allows to easily chose one by editing the docker-compose.adminer.yaml file after installation.

This currently supports:

  • MySQL / MariaDB
  • PostgreSQL

Installation

  • ddev get ddev/ddev-adminer && ddev restart

Then you can just ddev adminer or use ddev describe to get the URL (https://<project>.ddev.site:9101).

What does this add-on do?

  • Adds the adminer container as a service

Contributed by @bserem. Maintained by DDEV team.