第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

Laravel Vue api 給出內(nèi)部 500 服務(wù)器錯(cuò)誤 App\User not found

Laravel Vue api 給出內(nèi)部 500 服務(wù)器錯(cuò)誤 App\User not found

PHP
qq_笑_17 2023-09-22 16:19:08
無法發(fā)布到 phpmyadmin。在當(dāng)?shù)毓ぷ?。總體而言,該站點(diǎn)路由良好。我嘗試將模型添加到 auth.php 文件中,并更改 user.php 中的命名空間以包含其他論壇以及 stackoverflow 中建議的模型。這不起作用。我在網(wǎng)絡(luò)選項(xiàng)卡中收到以下錯(cuò)誤:{message: "Class 'APP\User' not found", exception: "Error",…}exception: "Error"file: "C:\laragon\www\crm\app\Http\Controllers\API\UserController.php"line: 31message: "Class 'APP\User' not found"trace: [{function: "store", class: "App\Http\Controllers\API\UserController", type: "->"},…]這是我現(xiàn)在的文件:用戶.php<?phpnamespace App;use Illuminate\Contracts\Auth\MustVerifyEmail;use Illuminate\Foundation\Auth\User as Authenticatable;use Illuminate\Notifications\Notifiable;class User extends Authenticatable{    use Notifiable;    /**     * The attributes that are mass assignable.     *     * @var array     */    protected $fillable = [        'name', 'email', 'password', 'bio', 'photo', 'type'    ];    /**     * The attributes that should be hidden for arrays.     *     * @var array     */    protected $hidden = [        'password', 'remember_token',    ];    /**     * The attributes that should be cast to native types.     *     * @var array     */    protected $casts = [        'email_verified_at' => 'datetime',    ];}auth.php 中的身份驗(yàn)證提供者部分 'providers' => [        'users' => [            'driver' => 'eloquent',            'model' => App\User::class,        ],我正在使用 Laravel 學(xué)習(xí) VueJs 的舊教程,但他們使用的是 Laravel 5.7,而我使用的是 Laravel 7。我確信很多事情都發(fā)生了變化,所以如果有人可以為此提供一些幫助,我肯定會(huì)很感激。先感謝您。
查看完整描述

1 回答

?
一只萌萌小番薯

TA貢獻(xiàn)1795條經(jīng)驗(yàn) 獲得超7個(gè)贊

您的導(dǎo)入UserController.php應(yīng)該是use App\User;App需要小寫。



查看完整回答
反對(duì) 回復(fù) 2023-09-22
  • 1 回答
  • 0 關(guān)注
  • 133 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)