/pma

Simple shell script that installs phpMyAdmin on a Laravel Homestead box.

Primary LanguageShellMIT LicenseMIT

About

Simple shell script that automatically installs the latest version of PhpMyAdmin on a Laravel Homestead box.

Usage

  1. SSH into your Homestead box homestead ssh or vagrant ssh

  2. cd to your code/projects directory (by default ~/Code)

  3. $ curl -sS https://raw.githubusercontent.com/grrnikos/pma/master/pma.sh | bash

  4. Open the /etc/hosts file on your main machine and add 127.0.0.1 phpmyadmin.test

  5. Go to http://phpmyadmin.test:8000. Default credentials are username homestead and password secret

License

The MIT License (MIT). Please see License File for more information.