i create server locally on my PC, with laravel project and running with command
php artisan serve --host 0.0.0.0
i try to access with google chrome type http://192.168.099:8000 and it can be access. but when i try to open with my android project, the ip address can not be access. whats wrong with that ?
i can connect both, with browser and with android device