An open API service indexing awesome lists of open source software.

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

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)