$now = Carbon::now(); $startOfMonth = $now->startOfMonth('Y-m-d'); $endOfMonth = $now->endOfMonth()->format('Y-m-d');