Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

lse123's avatar

HERE I do Not see phpmyadmin directory... And get an

I followed this: https://www.edureka.co/community/65704/how-do-i-set-up-phpmyadmin-on-a-laravel-homestead-box

Last login: Tue Jul 21 05:50:05 2020 from 10.0.2.2 vagrant@homestead:~$ ls MyApp project1 vagrant@homestead:~$

but, HERE CLI ^^^ I do Not see phpmyadmin directory... And get an "No input file specified." when in browser call: http://phpmyadmin.test/

http://phpmyadmin.test/index.php

what to do?

0 likes
4 replies
automica's avatar

If you are getting No input file message it sounds like you either don’t have the correct route to your phpmyadmin files set within your homestead.yaml or you haven’t reprovisioned your homestead box after you made the changes.

vagrant reload --provision
lse123's avatar

Last login: Tue Jul 21 05:50:05 2020 from 10.0.2.2 vagrant@homestead:~$ ls MyApp project1 vagrant@homestead:~$

note this : when doing: vagrant ssh ls (list files/dir) I do Not see PHPMyAdmin folder must provision? How provision server???

Please or to participate in this conversation.