vanilophp / demo

Vanilo Demo Application
https://vanilo.io/docs/
190 stars 54 forks source link

Demo Data missing #8

Closed glupeksha closed 6 years ago

glupeksha commented 6 years ago

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

fulopattila122 commented 6 years ago

Hello,

There's no demo data included.

You have to add products yourself using the backend.

glupeksha commented 6 years ago

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

fulopattila122 commented 6 years ago

Thank you. I intentionally want to omit that.

pedroreartes commented 5 years ago

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

fulopattila122 commented 5 years ago

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:

pedroreartes commented 5 years ago

Great! Thanks!