Lee Stables

Results 4 issues of Lee Stables

More of a question that good be a feature I guess. For how great this package is, is it/would it be possible to have mail notifications editable as well as...

question
Feature

I'm having an issue (or me not understanding) how to to save more than one item to my database. If i die and dump `Cart::contents()` i get the following: which...

Hi, Using this package i want to grab the options from the Cart:insert method. How would this be done? I tried $item->options()->first_option but fails.

I have the following which adds to the cart: ``` {{ Form::open(['route' => 'cart']) }} @if ($item->stock > 0) Add to Bag @else Email us @endif {{ Form::close() }} ```...