Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 915 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 915 Bytes

tests project is maintained

ddev-phpmyadmin

What is ddev-phpmyadmin?

This add-on provides a phpMyAdmin service for DDEV.

In DDEV v1.22+ phpMyAdmin is not provided by default, but it can be added with this add-on.

For DDEV v1.23.5 or above run

ddev add-on get ddev/ddev-phpmyadmin

For earlier versions of DDEV run

ddev get ddev/ddev-phpmyadmin

Then restart your project

ddev restart

You can run phpMyAdmin easily with the command after installing this add-on:

ddev phpmyadmin

Contributed and maintained by @rfay