我在服务器PC上有一个laravel项目,我想使用连接在同一网络上的其他PC访问它而不在服务器PC中运行php artisan serve。
我尝试使用virtualhost,它可以在服务器PC上运行,但在网络上的其他PC上却出现此错误页面laravelproject。找不到测试服务器的IP地址。
<VirtualHost *:80>
ServerAdmin webmaster@dummy-host2.example.com
DocumentRoot "D:\xampp\htdocs\247_timesheet\public"
ServerName timesheet.test
ErrorLog "logs/timesheet.test-error.log"
CustomLog "logs/timesheet.test-access.log" common
</VirtualHost>
主机文件
127.0.0.1时间表.test
答案 0 :(得分:2)
您是否尝试过使用服务器的IP地址进行连接?