从Git安装

In order to install from Git, you’ll need a few supporting applications:

你可以从``https://github.com/phpmyadmin/phpmyadmin.git\`\`克隆当前的phpMyAdmin源代码:

  1. git clone https://github.com/phpmyadmin/phpmyadmin.git

Additionally you need to install dependencies using Composer:

  1. composer update

如果您不打算开发,可以通过调用以下命令跳过开发人员工具的安装:

  1. composer update --no-dev

Finally, you’ll need to use Yarn to install some JavaScript dependencies:

  1. yarn install --production