Answers for "Laravel eloquent mass assignments with json"

0

Laravel eloquent mass assignments with json

/**
 * The attributes that are mass assignable.
 *
 * @var array
 */
protected $fillable = [
    'options->enabled',
];
Posted by: Guest on July-24-2021

Browse Popular Code Answers by Language