vanilophp/demo

Demo Data missing

Closed this issue · 6 comments

I followed the instructions, but demo data was not there. Even seed contains only country names.

Hello,

There's no demo data included.

You have to add products yourself using the backend.

Ah okay :D It would be really easy though.. I can add some seeds if you want.

Thank you. I intentionally want to omit that.

so... if no demo data... is this a "demo"?
what is the difference then with an installation with composer?
thanks!
Grate work

The main focus of the demo is to show how to build your storefront by providing an example application.
The framework is neither an application nor provides storefront functionality out of the box.
This is not a shortcoming but a very intentional decision. One of the main aims of the framework is to leave freedom for the application developer.

So the main part of the demo is the app/Http/Controllers folder, where you find (intentionally simple) examples of building your storefront pages like:

  • product index,
  • categorization,
  • filtering,
  • product singles,
  • cart,
  • checkout.

Great! Thanks!