Laravel 5: Setting Data on Objects Without Overwriting Existing Data With data_fill
The data_fill helper function accomplishes the same fundamental task as the data_set helper function. The only difference is that the data_fill does not define an optional $overwrite parameter. data_fill internally makes a call to the data_set...