I have the following which creates an array of dates between \'start\' and \'end\' dates.
use Carbon\\Carbon; $from = Carbon::createFromFormat(\'U\', $start); $to