NP
Size: a a a
NP
M
$productInStore = Store::where("product_type", $productType)->first();
$productInStore->quantity = $productInStore->quantity + 5;
$productInStore->save();
༒
$productInStore = Store::where("product_type", $productType)->first();
$productInStore->quantity = $productInStore->quantity + 5;
$productInStore->save();
DD
DD
Auth::guard('web')->loginUsingId($user_id)
DD
Auth::guard('admin')
разлогиниваетсяDD
O
->select(
$connection->raw(
'table1.*,
COALESCE(table2.updated,table1.updated) as updated')
....джойны, всякая дичь......
->orderByDesc('updated')
EG
->select(
$connection->raw(
'table1.*,
COALESCE(table2.updated,table1.updated) as updated')
....джойны, всякая дичь......
->orderByDesc('updated')
З
так можно писать в blade?
@foreach($categories->where('active', false) as $category)
@endforeach
И
так можно писать в blade?
@foreach($categories->where('active', false) as $category)
@endforeach
З
И
И
P
И
И
P