Carbon – get first day of month July 11, 2023 by Tarik You can use following function $start = Carbon::now()->startOfMonth(); $end = Carbon::now();