目标类[StudentController]不存在 http:// localhost:8000 /学生

问题描述

我正在Laravel中建立一个名为Student的模块。

我使用Student文件夹内的routes.PHP文件来编写与Student模块相关的路由。

当我只使用

Route::get('/main',function () { return view('welcome'); });

程序运行正常,没有错误

但是当我使用

Route::get('/student','StudentController@student');

存在错误Target class [StudentController] does not exist.

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)