Carbon::tomorrow()->format('l');
use CarbonCarbon; Carbon::now()->format("l") // today's day name. example: Sunday
$now = Carbon::now(); echo $now->year; echo $now->month; echo $now->weekOfYear;