📜  laravel vue 错误 500 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:50.429000             🧑  作者: Mango

代码示例1
-*-*-*-*-*-*- If You Are Using Model to fill data in database Use below method-*-*-*-*-**-

 -*-*-*-*- In your model Add This-*-*-*-*-*-*-*-

protected $fillable = ['task'];

 -*-*-*-*- And Add this to you welcome.blade.php before title tag-*-*-*-*-*-*-*-