數(shù)據(jù)庫連接不上
FatalErrorException in StudentController.php line 162: Class 'App\Http\Controllers\Student' not found 這是什么情況啊?數(shù)據(jù)庫連接不上
FatalErrorException in StudentController.php line 162: Class 'App\Http\Controllers\Student' not found 這是什么情況啊?數(shù)據(jù)庫連接不上
2017-06-15
舉報
2017-06-15
這個不是數(shù)據(jù)庫連接不上吧?Controllers下面應(yīng)該是StudentController,里面的類名也要是StudentController
2017-06-15
注意:首先你如果之前裝過單個的MySQL數(shù)據(jù)庫,你可以把它關(guān)閉了,因為集成環(huán)境中也裝了MySQL數(shù)據(jù)庫,兩個數(shù)據(jù)庫至少要關(guān)閉一個,然后就是確保代碼無誤。