I am getting NotFoundHttpException in RouteCollection.php line 161:
当我在 http://localhost/myproject/public/vendor
运行它时出现此错误
以下是我的路线:
1
2 |
这是我在 VendorController
中的创建方法
1
2 3 4 5 |
public function create()
{ // return view(‘vendor’); } |
当我运行 php artisan route:list 时,没有列出路由 vendor
我在 php artisan 中尝试过 route:clear 但这无法解决问题。
请任何帮助。挑战我的是,一些以相同方式配置的路由可以工作,而另一些则不能工作。
请帮忙。
你不应该在你运行的 url 中使用
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/268427.html