Domain suspended or not configured

If you are the administrator and believe this is an error on our side, please check your BunnyCDN account configuration or contact customer support.

Laravel Miscellaneous Helper Function: data_fill - laraveldiary.com

Palzin Track
Get 15% off with code PTRACKSIGNUP15 

Laravel Diary Logo

Laravel Miscellaneous Helper Function: data_fill

The data_fill helper function is similar to the data_set helper function, but it does not overwrite existing data. It internally calls the data_set function with the $overwrite parameter set to false. With data_fill, you can set data without worrying about overwriting existing values. The function calls data_fill and data_set in the provided example code would produce the same results.