【发布时间】:2016-07-15 02:52:21
【问题描述】:
这是什么意思,我该如何解决??
FatalErrorException in User.php line 8:
Class App\User contains 6 abstract methods and must therefore be declared abstract or implement the remaining methods (Illuminate\Contracts\Auth\Authenticatable::getAuthIdentifierName, Illuminate\Contracts\Auth\Authenticatable::getAuthIdentifier, Illuminate\Contracts\Auth\Authenticatable::getAuthPassword, ...)
当我尝试登录我的 laravel 应用程序的仪表板时发生了这种情况。
【问题讨论】:
-
你能发布 User.php 类吗?看起来你的类没有实现抽象类的一些方法。
标签: php laravel authentication laravel-5 laravel-5.2