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