Sunday, March 25, 2018

i can’t access my laravel development server using IP address - development

i can’t access my laravel development server using IP address

i’m trying to build an android app that requires interaction with a database server , i’m using my own computer for this purpose , i’m running wampserver 3.1.0 . i installed laravel successfully using composer , however when i type 192.168.1.6:8000/ to test i get a webpage displaying this error :

The following error was encountered while trying to retrieve the URL: http://192.168.1.6:8000/

Connection to 192.168.1.6 failed.

The system returned: (110) Operation timed out

The remote host or network may be down. Please try the request again.

Your cache administrator is webmaster.

note that i already started the server using the “php artisan serve –host ipaddress” command , and the permissions in httpd.conf and httpd-vhosts.conf are configured correctly .what confuses me is that when i type the same url in my phone browser it shows the laravel page with no errors whatsoever !!! , help would be much appreciated .



from Laravel Questions and Answers https://laravelquestions.com/php/i-cant-access-my-laravel-development-server-using-ip-address/
via Lzo Media

No comments:

Post a Comment