I'm running a laravel project through homestead using vagrant. The project itself is working however, I'm struggling to get phpMyAdmin to work in homestead. I've downloaded and unziped phpmyadmin in homestead and I might be getting the path wrong in my yaml file.
I've tried using the script
curl -sS https://raw.githubusercontent.com/grrnikos/pma/master/pma.sh | sh
and it seems it doesn't work.