This repository allows you to quickly install Adminer database manager into a Ddev project using just ddev get bserem/ddev-adminer
.
Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Adminer is available for MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch, MongoDB, SimpleDB (plugin), Firebird (plugin), ClickHouse (plugin).
This service currently ships the default adminer package with no external plugins.
ddev get drud/ddev-memcached && ddev restart
- You need to pass database credentials manually for the time being. If you have any ideas on how to overcome this issue please let me know. Default ddev database credentials are: user
db
, passdb
, databasedb
.
Contributed and maintained by @bserem.