在另一个IP上运行Laravel
问题描述:
I use ubuntu and need to running the Laravel another IP?
For example another IP: 192.168.25.9. Can someone help me?
192.169.25.9:8080/api/users
我使用ubuntu并需要运行Laravel另一个IP? p>
例如另一个IP:192.168.25.9。 有人可以帮帮我吗? p>
192.169.25.9:8080/api/users
code> pre>
div>
答
I managed to solve my problem like so:
php -S 192.168.25.9:8080 server.php
This way, I can access my local machine to another machine.