use CarbonCarbon; // Date = 7th of July 2021 $month = Carbon::now()->format('M'); // July $month = Carbon::now()->format('m'); // 07 $month = Carbon::now()->month; // 7