darryldecode / laravelshoppingcart

Shopping Cart Implementation for Laravel Framework
1.32k stars 413 forks source link

Image #378

Open MehmoodCanvas opened 3 months ago

MehmoodCanvas commented 3 months ago

Why cant we add image into the cart?

ultrono commented 1 month ago

When using packages always read the read me. You can add arbitrary data using the attributes or associate an Eloquent model via the associatedModel. Both are explained in depth in the read me.