How do I set up phpMyAdmin on a Laravel Homestead box?

前端 未结 14 1380
无人共我
无人共我 2020-12-12 09:48

I installed it by running sudo apt-get install phpymyadmin and then running

sudo ln -s /usr/share/phpmyadmin/ /usr/share/nginx/html and

14条回答
  •  独厮守ぢ
    2020-12-12 10:06

    This is the most simple solution. No mapping and all needed.

    1. Download latest phpmyadmin version from here https://www.phpmyadmin.net/downloads

    2. Make a folder named phpmyadmin inside your main root/public folder and unzip phpmyadmin here.

    3. Run yourwebsite.com/phpmyadmin

提交回复
热议问题