Issue
I can connect to 10.0.3.2 from my genymotion emulator browser, however, it shows the WAMP homepage. How do I connect to Laravel homepage? (I want to access the routes.php file)
I can access the laravel homepage from my computer browser (localhost:8000).
Solution
After a lot of digging up, I finally got the solution here.
Run Laravel application as - "php artisan serve --host 0.0.0.0" and access it using 10.0.3.2:8000/
Answered By - user2780757
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.