-1
これはどういう意味ですか、どうすれば修正できますか?Laravel "User.php 8行目のFatalErrorException:"
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クラスを投稿することができますか?あなたのクラスが抽象クラスのメソッドのいくつかを実装していないようです。 – Daniel