$users = User::query()->addSelect([ 'last_ordered_at' => Order::select("created_at") ->whereColumn('user_id', 'users.id') ->latest() ->take(1), ])->orderBy('name')->paginate(); Cons...
1 min read
·
24 views
I have been building working as an fullstack web developer from last 8 years. I do have expertise in Laravel framework and Vuejs which help me to craft robust single page web applications (SPA)