我正在學習 Laravel 和 PHP,我正在嘗試使用來自 Artisan 的 Tinker 在我的表格中添加一個帖子。我收到這些我不明白的錯誤:Illuminate/Database/Eloquent/MassAssignmentException with message 'Add [username] to fillable property to allow mass assignment on [App/post].'在我的 Post.php 模型中,我有: protected $fillable = ['username', 'email', 'content'];謝謝您的幫助
- 1 回答
- 0 關注
- 348 瀏覽
添加回答
舉報
0/150
提交
取消