在不运行Artisan服务的情况下访问网络PC中的Laravel本地主机站点

时间:2019-08-08 05:44:38

标签: laravel xampp

我在服务器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

1 个答案:

答案 0 :(得分:2)

您是否尝试过使用服务器的IP地址进行连接?