Skip to content

M-arcus/ddev-adminer

 
 

Repository files navigation

tests project is maintained

DDEV Adminer Service

What is this?

This repository allows you to quickly install the fork Adminerevo of the 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.

Adminer is available for MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch and MongoDB.

Installation

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).

What does this add-on do?

  • Adds the adminer container as a service

Contributed by @bserem. Maintained by DDEV team.

About

Adminerevo service for DDEV

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 98.3%
  • Dockerfile 1.7%