Simple shell script that automatically installs the latest version of PhpMyAdmin on a Laravel Homestead box.
-
SSH into your Homestead box
homestead sshorvagrant ssh -
cdto your code/projects directory (by default~/Code) -
$ curl -sS https://raw.githubusercontent.com/grrnikos/pma/master/pma.sh | bash -
Open the
/etc/hostsfile on your main machine and add127.0.0.1 phpmyadmin.test -
Go to http://phpmyadmin.test:8000. Default credentials are username
homesteadand passwordsecret
The MIT License (MIT). Please see License File for more information.