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?

1

Best Answer


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.