sunel / eav

Entity–attribute–value model (EAV) for Laravel Artisan
https://sunel.github.io/eav/
143 stars 39 forks source link

Example application #29

Closed avenger9696 closed 3 years ago

avenger9696 commented 5 years ago

Can you help me create example application with simple product and configuable product like magento ? Thanks you so much.

sunel commented 5 years ago

@avenger9696

Right now i am working on a dashboard where u can manage attributes, sets and group.

Once this is done next set is to create similar to this https://preview.algolia.com/instantsearch/ where you can configure the entity in a controller and out of the box you get a page.

This library doesn't let you create simple product and configuable product like magento. But you can build something like that.

avenger9696 commented 5 years ago

Thank for reply. When do your dashboard release ?

sunel commented 5 years ago

In a week or 2

sunel commented 5 years ago

@avenger9696

Apologize for the delay, finally was able to release

https://sunel.github.io/eav/master/dashboard.html

try it and share your feedback

vanthao03596 commented 4 years ago

@sunel awesome dashboard. I think code for crud attribute should move to dashboard repository.

sunel commented 4 years ago

@vanthao03596

CURD api can be used by the user application that is why i have included with the package