I am having this error and none of the googled result i checked is similar to my problem.
I have an application with class Deal, User, and Matches
A deal has
I am using Laravel 8 and fixed this error thorugh this two steps:
move the word from $guarded array to $fillable array in User Mode
$guarded
$fillable
Config.database.php: 'strict' => false in the array of 'mysql'
'strict' => false
'mysql'