VY
Size: a a a
VY
PC
PC
VY
VY
PC
VY
PC
YS
YS
VY
YS
K
$lastposts = Post::select('id', 'title','created_at', 'counter', 'category_id')
->where('id', '!=', $id)
->with('category')
->orderBy('created_at', 'DESC')
->limit(6)
->get();
K
categories
where categories
.id
= 105 limit 1) запросов в БД?VY
categories
where categories
.id
= 105 limit 1) запросов в БД?K
VY
K
VY