Simple shell script that automatically installs the latest version of PhpMyAdmin on a Laravel Homestead box.
-
Open the
Homestead.yaml
file on your main machine and addsites: - map: phpmyadmin.test to: /home/vagrant/code/phpmyadmin
-
SSH into your Homestead box
vagrant ssh
-
cd
to your code/projects directory (by default~/code
) -
sudo curl -sS https://raw.githubusercontent.com/minhphuc429/hpma/master/phpmyadmin.sh | sh
-
Go to http://phpmyadmin.test. Default credentials are username
homestead
and passwordsecret
The MIT License (MIT). Please see License File for more information.