Skip to content

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

License

Notifications You must be signed in to change notification settings

arielmagbanuazeald/pma

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 

Repository files navigation

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 | sh

  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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%