I'm trying to create an app that connects to a Laravel project api, how can I test this when the project is on my local computer? I currently have like 6 projects on my localhost right now, I differentiate them all on the vhosts.conf and hosts files on Windows and Xampp and access them on my browser with different domain names, (for example: blog.me, dev.inae.com, ...)
Is there a way I can still test it with my current setup?