Try turning off the Windows Firewall. If that makes it work, I'll go in to more detail about how to do it properly.
How To Make Virtual Hosts Accessible From LAN
Hi All,
I'm just new with Laravel. I need help on how to setup my virtual host so that everybody in the LAN network can access. It is just for internal use only. I have no experience in web development so have no idea how to do it. i already google and try but still not working. Only the server can access the virtual host. Right now I just make my PC as a server. I'm using windows 7 and WAMP server.
There will be more apps on this server, so i want to create virtual host for each app to make it easier for user to access. Or is there any other way I can do to deploy each Laravel app in my office server. No one ever use any framework in this company, that's why no one in office can help.
If its not possible to use virtual host, then what is the best way for me to deploy laravel app in my office. I really need some suggestion and help to setup this thing in my office. I really love using Laravel instead of writing PHP from scratch or using other PHP framework.
I did try everything that I found on the net but still not get what i want. I try to follow a tutorial on how to deploy laravel using shared hosting, it work. But, I cannot remove "public" from the url. I also cannot redirect all request to the laravel folder. Here's what i mean:
http:://localhost/laravel/public <------- the homepage. i cannot remove "public"
In my template, whene I use "/" for my homepage link, I cannot redirect the request to the "laravel" folder, its always go to the root, "loaclhost".
I try edit the .htaccess but not working.
Now i'm really dont know what to do. Hope u guys can help me solve my issue. I just want to deploy laravel locally and everybody in the LAN network can access it.
Thanks
Please or to participate in this conversation.