@lando/phpmyadmin
v1.3.1
Published
A Lando plugin that provides a tight integration with phpMyAdmin.
Downloads
11,835
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.