I installed it by running sudo apt-get install phpymyadmin
and then running
sudo ln -s /usr/share/phpmyadmin/ /usr/share/nginx/html
and sudo service nginx restart
but it's not working.
note: I didn't select any of apache2 or lighttpd options when installing.
You can install phpmyadmin automatically when you
vagrant up
orprovision
your homestead by adding the following snippet to your Homestead\scripts\homestead.rb file after# Update Composer On Every Provision
Your hoomestead.rb file should now look somehow like this
some other entries are truncated to keep this short
Save file and run
vagrant destroy
thenvagrant up
or justvagrant reload
NB: This uses Nikos Gr script located here https://raw.githubusercontent.com/grrnikos/pma/master/pma.sh
I installed phpMyAdmin from here
then put these settings in config.inc.php:
and opened via Apache (I had a xampp). In my case i placed phpMyAdmin in
D:\xampp\htdocs\pma
which allowed me to open atlocalhost/pma
url.Everything worked!