https://github.com/lando/phpmyadmin
The Official phpMyAdmin Lando Plugin
https://github.com/lando/phpmyadmin
lando lando-plugin lando-service phpmyadmin
Last synced: 18 days ago
JSON representation
The Official phpMyAdmin Lando Plugin
- Host: GitHub
- URL: https://github.com/lando/phpmyadmin
- Owner: lando
- License: gpl-3.0
- Created: 2022-01-06T14:55:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-25T14:09:31.000Z (about 1 month ago)
- Last Synced: 2025-04-30T23:35:06.093Z (about 1 month ago)
- Topics: lando, lando-plugin, lando-service, phpmyadmin
- Language: JavaScript
- Homepage: https://docs.lando.dev/phpmyadmin/
- Size: 1.26 MB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Support: docs/support.md
Awesome Lists containing this project
README
# Lando PHPMyAdmin Plugin
The Lando PHPMyAdmin plugin service.
## Installation
```bash
# 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](https://launchpass.com/devwithlando). Note that this is the Slack community for [Lando](https://lando.dev) 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](https://github.com/lando/phpmyadmin/issues/new/choose) in this repo.
## Changelog
We try to log all changes big and small in both [THE CHANGELOG](https://github.com/lando/phpmyadmin/blob/main/CHANGELOG.md) and the [release notes](https://github.com/lando/phpmyadmin/releases).
## Development
* Requires [Node 14+](https://nodejs.org/dist/latest-v14.x/)
* Prefers [Yarn](https://classic.yarnpkg.com/lang/en/docs/install)```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](https://docs.lando.dev/basics/installation.html) and use that:
```bash
git clone https://github.com/lando/phpmyadmin.git && cd phpmyadmin
# Install deps and get node
lando start# Run commands
lando node
lando yarn
```## Testing
```bash
# Lint the code
yarn lint# Run unit tests
yarn test
```## Releasing
```bash
yarn release
```## Maintainers
* [@pirog](https://github.com/pirog)
* [@reynoldsalec](https://github.com/reynoldsalec)## Contributors
Made with [contributors-img](https://contrib.rocks).
## Other Resources
* [Important advice](https://www.youtube.com/watch?v=WA4iX5D9Z64)