sebastienheyd/boilerplate

[ENHANCEMENT] Repeatable component

cod3rshotout opened this issue · 2 comments

Hi, would be possible add a repeatable component like laravel backpack?
https://backpackforlaravel.com/docs/5.x/crud-fields#repeatable-pro

Would be a great addition to this boilerplate. We can create a component like we do for the DataTables (creating new classes) and for each class we can specify the component type, eg:

EditorRepeatable.php

Will generate an editor component like this:

What do you think?

Hi, this is a very specific enhancement, maybe someone will propose a PR ?

However I think I will integrate other components that are on the same page, there are some very interesting and could be very useful, thanks for the ideas! :)

@sebastienheyd the idea is to have a component similar to wordpress ACF, where you can choose the type and ACF will generate the fields automatically, will be very interesting to have such feature in the boilerplate