Simple shell script that automatically installs the latest version of PhpMyAdmin on a Laravel Homestead box.
-
SSH into your Homestead box and
cd
to your code/projects directory -
$ curl -sS https://raw.githubusercontent.com/grrnikos/pma/master/pma.sh | sh
-
Open the
/etc/hosts
file on your main machine and add127.0.0.1 phpmyadmin.app
The MIT License (MIT). Please see License File for more information.