carbon subdays

Solutions on MaxInterview for carbon subdays by the best coders in the world

showing results for - "carbon subdays"
Lea
01 Mar 2020
1$users = Users::where('status_id', 'active')
2           ->where( 'created_at', '>', Carbon::now()->subDays(30))
3           ->get();
4