标签: indexing directory routes undefined
我在views中创建了一个名为 location 的文件夹,并在 routes.php
:Route::get('/location/index', function () { return view('location.index');});
我遇到这样的错误
:调用未定义的函数view()
如何给该文件夹提供路由。 请帮助