orm查詢數(shù)據(jù)
FatalErrorException in StudentController.php line 141: Class 'App\Http\Controllers\Student' not found,我寫的通過(guò)模型獲取所有數(shù)據(jù)報(bào)錯(cuò)了?求大神們幫看看
FatalErrorException in StudentController.php line 141: Class 'App\Http\Controllers\Student' not found,我寫的通過(guò)模型獲取所有數(shù)據(jù)報(bào)錯(cuò)了?求大神們幫看看
舉報(bào)
2019-11-14
最后自己解決了,原因是控制器StudentController沒(méi)有包含你的model的Student,在前面加上 use? App\Student就好了
2019-11-14
2019-11-14
我也遇到這個(gè)問(wèn)題了
我也遇到這個(gè)問(wèn)題了? ?其他模型可以找到,創(chuàng)建了student就找不到,
2017-06-15
或者是你的命名空間寫的不對(duì)
2017-06-15
模型建立了嗎?把你的StudentController.php的141行截圖看一下