I installed phpMyAdmin as per Cloudways Instructions.
When I try to load /phpmyadmin I’m getting a Laravel generated 404 error – which is understandable because /phpmyadmin is not a defined route. So, what’s the fix?
I installed phpMyAdmin as per Cloudways Instructions.
When I try to load /phpmyadmin I’m getting a Laravel generated 404 error – which is understandable because /phpmyadmin is not a defined route. So, what’s the fix?
2
Answers
follow this link and do what you missed :
https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-on-ubuntu-20-04
PhpMyAdmin is different host program.You can’t access it via Laravel Setup due it’s not hosts within same host setup.Laravel & PhpMyAdmins Are individual setups.
NOte: You need to create a subdomain of your main host using Virtual Host point to your phpmyadmin setup.