Package detail

@lando/phpmyadmin

lando5kGPL-3.01.5.0

A Lando plugin that provides a tight integration with phpMyAdmin.

lando, lando-plugin, lando-service, phpmyadmin

readme

Lando PHPMyAdmin Plugin

The Lando PHPMyAdmin plugin service.

Installation

# With npm
npm install @lando/phpmyadmin

# With yarn
yarn add @lando/phpmyadmin

Issues, Questions and Support

If you have a question or would like some community support we recommend you join us on Slack. Note that this is the Slack community for Lando but we are more than happy to help with this module as well!

If you'd like to report a bug or submit a feature request then please use the issue queue in this repo.

Changelog

We try to log all changes big and small in both THE CHANGELOG and the release notes.

Development

git clone https://github.com/lando/phpmyadmin.git && cd phpmyadmin
yarn install

If you dont' want to install Node 14 or Yarn for whatever reason you can install Lando and use that:

git clone https://github.com/lando/phpmyadmin.git && cd phpmyadmin
# Install deps and get node
lando start

# Run commands
lando node
lando yarn

Testing

# Lint the code
yarn lint

# Run unit tests
yarn test

Releasing

yarn release

Maintainers

Contributors

Made with contributors-img.

Other Resources

changelog

{{ UNRELEASED_VERSION }} - {{ UNRELEASED_DATE }}

v1.5.0 - April 25, 2025

  • Changed builder to enable ssl for proxy urls by default

v1.4.2 - February 7, 2025

  • Changed builder to always use latest patch version of phpmyadmin
  • Improved automated tests to check installed version of phpmyadmin

v1.4.1 - February 5, 2025

  • Reverted default version from 5.2 to 5.1 #52

v1.4.0 - February 3, 2025

  • Updated to include PHPMyAdmin 5.2.1 #39.

v1.3.3 - December 6, 2024

  • Updated the version index.md to get Docuverse page to build correctly.

v1.3.2 - December 4, 2024

v1.3.1 - November 4, 2024

v1.3.0 - October 25, 2024

  • Updated release process to generate an edge release when stable releases are created.

v1.2.1 - October 18, 2024

  • Removed mistakenly added lando/php.

v1.2.0 - October 18, 2024

  • Updated lando/php to v1.5.0.

v1.1.0 - March 8, 2024

  • Updated to latest database services.

v1.0.0 - December 7, 2023

  • Dialed fully for lando update

v0.8.0 - July 3, 2023

  • Removed bundle-dependencies and version-bump-prompt from plugin.
  • Updated package to use prepare-release-action.
  • Updated documentation to reflect new release process.

v0.7.0 - December 12, 2022

  • Added bundle-dependencies to release process.
  • Fixed bug in plugin dogfooding test.

v0.6.0 - September 7, 2022

  • HYPERDRIVED

v0.5.0 - January 5, 2022

Lando is free and open source software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by contributing.

  • Initial Release