You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: