Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uploads files with formbuilder laravel collection #12

Open
max5055 opened this issue Jun 19, 2018 · 6 comments
Open

uploads files with formbuilder laravel collection #12

max5055 opened this issue Jun 19, 2018 · 6 comments

Comments

@max5055
Copy link

max5055 commented Jun 19, 2018

Hello everyone, I'm trying to put a multiple file upload system on laravel using the collections on FormBuilder, the added part works without problem but it's on the editing part that me block, I want that when editing files in each input also display, how to do? thank you very much.
Here is my exemple of add files
capture

@kristijanhusak
Copy link
Owner

@max5055 This package is not maintained, because most of the people use version 5. If you can, i suggest to also use that one.

@max5055
Copy link
Author

max5055 commented Jun 19, 2018

Yes, i used version 5 but how to implement this section edit ?

@kristijanhusak
Copy link
Owner

There's a static type field that can be used for something like this.

You can also use custom template and show the image there.

@max5055
Copy link
Author

max5055 commented Jun 19, 2018

can you give me an simple example because i don't understand, please!

@kristijanhusak
Copy link
Owner

Use this view by default https://github.com/kristijanhusak/laravel-form-builder/blob/master/src/views/text.php

Follow this docs how to use the custom template http://kristijanhusak.github.io/laravel-form-builder/custom/templates.html

@max5055
Copy link
Author

max5055 commented Jun 19, 2018

ok thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants