【发布时间】:2016-05-01 11:26:02
【问题描述】:
哎呀,好像出了点问题。
1/1 User.php 第 9 行中的 FatalErrorException: 未找到特征“App\Illuminate\Auth\Authenticatable” 在 User.php 第 9 行
namespace App;
use Illuminate\Contracts\Auth\Authenticatable;
use Illuminate\Database\Eloquent\Model;
class User extends Model implements Authenticatable
{
use Illuminate\Auth\Authenticatable;
}
I am using laravel 5.2 version
【问题讨论】:
-
向我们展示您的 USer.php 代码
标签: php html mysql css laravel