Document installation using Composer
As we seem to be nowhere near being able to provide packages in the official Packagist repository, lets document how to install phpMyAdmin using Composer from our own repository. Fixes #11508 Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
455bdacb8a
commit
01dc5ef2a2
@ -87,6 +87,22 @@ which include phpMyAdmin together with a database and web server such as
|
||||
You can find more of such options at `Wikipedia <https://en.wikipedia.org/wiki/List_of_AMP_packages>`_.
|
||||
|
||||
|
||||
Installing using Composer
|
||||
+++++++++++++++++++++++++
|
||||
|
||||
You can install phpMyAdmin using `Composer <https://getcomposer.org/>`_,
|
||||
however it's currently not available in the default
|
||||
`Packagist <https://packagist.org/>`_ repository due to its technical
|
||||
limitations.
|
||||
|
||||
The installation is possible by adding our own repository
|
||||
<https://www.phpmyadmin.net/packages.json>:
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
composer create-project phpmyadmin/phpmyadmin --repository-url=https://www.phpmyadmin.net/packages.json
|
||||
|
||||
|
||||
.. _quick_install:
|
||||
|
||||
Quick Install
|
||||
|
||||
Loading…
Reference in New Issue
Block a user