課程
/后端開發
/PHP
/輕松學會Laravel-表單篇
laravel 6.0提示沒有這個name,age等字段呢
2020-09-25
源自:輕松學會Laravel-表單篇 2-4
正在回答
加
protected $fillable = ['name','age','sex','created_at','updated_at'];
?
舉報
Laravel框架是世界上最流行的PHP框架,沒有之一
1 回答表單提交報錯 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 回答提示信息沒法顯示
1 回答ErrorException in StudentController.php line 38: Creating default object from empty value
1 回答樣式沒有顯示
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2022-08-10
加
protected $fillable = ['name','age','sex','created_at','updated_at'];
?