sunel / eav

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

CRUD operation for EAV #31

Closed livevasiliy closed 5 years ago

livevasiliy commented 5 years ago

Hi @sunel How to made CRUD operation's use your package. For example, how to make add new attribute use UI & Laravel Controller's.

Thanks you.

sunel commented 5 years ago

@livevasiliy

check https://github.com/sunel/eav/tree/master/tests/Feature or https://github.com/sunel/eav/tree/master/src/Api/Http/Controllers

Right now i am working on API you can check that too

https://github.com/sunel/eav/blob/master/routes/api.php

Note: API is Still in development