amsgames / laravel-shop

Laravel shop package
MIT License
483 stars 166 forks source link

How to use this? #44

Open ghost opened 8 years ago

ghost commented 8 years ago

Sorry this isn't an issue but either the documentation isn't great or i'm completely confused.

Does this package allow multiple items to be stored into the database or do we have to create a model for each item?

Like:

T-shirt Pants

Are they a model each or are they stored in a 'items' database?

amostajo commented 8 years ago

The products table (which seems like more of what you need) is apart from this package. This only covers cart and checkout.