[Tutorial] How to add phpMyAdmin
-
You can also add/update phpMyAdmin easily yourself. Just download from its official site (https://www.phpmyadmin.net/downloads) and extract to
{LARAGON_DIR}\etc\apps\phpMyAdmin
.
That's all.Now, you can acess phpMyAdmin at:
http://localhost/phpmyadmin
-
Note: After extracting, your folder will look like that:
C:\laragon\etc\apps\phpMyAdmin
-
@leokhoa what's difference between putting the phpmyadmin folder at document root (e.g., C:\laragon\www) vs "{LARAGON_DIR}\etc\apps" ?
-
@curiosus : There is an alias in
\etc\apache2\
which will point http://localhost/phpmyadmin to{LARAGON_DIR}\etc\apps
The purpose of that is to seperate your project data inwww
with additional tools.