Skip to content
Discussion options

You must be logged in to vote

Hello @ZakariaBenali

At the moment the only possible solution I can think of is publishing the repeatable.blade.php and the repeatable_row.blade.php files into your resources/views/.

Those files expect some stuff that's setup by the CRUD operations that use forms (create/update), so you need to manually modify the blade to remove stuff that's not needed since you are not using it inside a form. Basically keep only the HTML/CSS/JS needed for the repeatable container to work and display the information you are going to feed it.

After that just include that view in your blade files like any other view.

It will be a little bit of work I guess, but's doable. At the moment we don't have nothing…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ZakariaBenali
Comment options

Answer selected by jcastroa87
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants