解決FatalThrowableErrorinEloquentUserProvider.phpline126:Class'AppUser'問題

Awbeci發表於2016-08-10

解決方法:http://stackoverflow.com/questions/28516454/laravel-5-user-model-not-found

總結:是因為我把app下的User移動到appModels下了,所以You need to update your config/auth.php file. Change `model` => `AppUser` to `model` => `AppModelsUser`.


相關文章