add to collection laravel
$item = collect();
$item->push($product);
add to collection laravel
$item = collect();
$item->push($product);
push collection php
$collection = collect([1, 2, 3, 4]);
$collection->push(5);
$collection->all();
// [1, 2, 3, 4, 5]
add data to the collection laravel
If you want to add a product into the array you can use:
$item['product'] = $product;
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us