I'm using laravel valet to serve an API on a Mac. How can you access it from an Android emulator
I'm using laravel valet to serve an API on a Mac. How can you access it from an Android emulator
myapp.test 10.0.2.2
This will route requests made to myapp.test to 10.0.2.2, which is a static IP address that an AVD uses instead of localhost to access the host.