Relative Content

Tag Archive for phpandroidlaravelconnectionlaravel-artisan

Create server locally with laravel but can not accessed

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 ?