This repository allows you to quickly install the AdminerEvo fork of the adminer database manager into a DDEV project using just ddev add-on 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.
AdminerEvo works with MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch and MongoDB.
For DDEV v1.23.5 or above run
ddev add-on get ddev/ddev-adminer
For earlier versions of DDEV run
ddev get ddev/ddev-adminer
Afterward run ddev restart
Then you can just ddev adminer
or use ddev describe
to get the URL (https://<project>.ddev.site:9101
).
- Adds the adminer container as a service
Contributed by @bserem. Maintained by DDEV team.