Laravel 5.4 找不到请求的 URL
Posted
技术标签:
【中文标题】Laravel 5.4 找不到请求的 URL【英文标题】:Laravel 5.4 not found the requested URL 【发布时间】:2019-01-18 19:04:43 【问题描述】:我已经托管了我的 Laravel 5.4 网站,一切正常,但是当我尝试重置密码时,我在实时服务器上收到此错误:
未找到 在此服务器上找不到请求的 URL /password/reset/daf4775f9259b5462a0a6d79d6777884b46a90a76f71be5db773a37967f712c2。 Apache/2.4.27 (Win64) php/7.1.9 服务器在 localhost 端口 80
返回的网址与我的域名不匹配:http://localhost/password/reset/daf4775f9259b5462a0a6d79d6777884b46a90a76f71be5db773a37967f712c2
如何更改返回 URL 以匹配我的域名?
【问题讨论】:
【参考方案1】:我找到了解决方案,这是因为我没有在 .env 文件中更改我的网站网址
【讨论】:
以上是关于Laravel 5.4 找不到请求的 URL的主要内容,如果未能解决你的问题,请参考以下文章
在 laravel 5.4 中找不到类“Illuminate\Foundation\Application”
升级到 5.4 后在 Laravel BrowserKit 包中找不到 PHPUnit\Framework\Constraint\Constraint