A Lando plugin that provides a tight integration with phpMyAdmin.
npm install @lando/phpmyadminThe Lando PHPMyAdmin plugin service.
``bashWith npm
npm install @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
`bash
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:
`bash
git clone https://github.com/lando/phpmyadmin.git && cd phpmyadmin
Install deps and get node
lando startRun commands
lando node
lando yarn
`Testing
`bash
Lint the code
yarn lintRun unit tests
yarn test
`Releasing
`bash
yarn release
``Made with contributors-img.