課程
/后端開(kāi)發(fā)
/PHP
/輕松學(xué)會(huì)Laravel-表單篇
laravel 6.0提示沒(méi)有這個(gè)name,age等字段呢
2020-09-25
源自:輕松學(xué)會(huì)Laravel-表單篇 2-4
正在回答
加
protected $fillable = ['name','age','sex','created_at','updated_at'];
?
舉報(bào)
Laravel框架是世界上最流行的PHP框架,沒(méi)有之一
1 回答表單提交報(bào)錯(cuò) ErrorException in UsersController.php line 67: Undefined index: username
2 回答ErrorException (E_ERROR) Undefined variable: students (View: D:\xampp\htdocs\www\laravel\resources\views\student\index.blade.php) Previous exceptions Undefined variable: students (0)
3 回答提示信息沒(méi)法顯示
1 回答ErrorException in StudentController.php line 38: Creating default object from empty value
1 回答樣式?jīng)]有顯示
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2022-08-10
加
protected $fillable = ['name','age','sex','created_at','updated_at'];
?