D
D
Dmitry2019-04-03 08:57:48
Laravel
Dmitry, 2019-04-03 08:57:48

How to make it easier for yourself to create complex forms in Laravel?

It is necessary to create a project in which users will fill out various forms, view the entered data, and view the data in a tabular form.
Forms should be designed to fill not only the main model, but also related ones. In particular, you will need to attach several files to the forms.
I'm trying to figure out how to make it easier for me to create forms.
I saw laravel-form-builder, looked towards the Backpack and Nova admin panels (well, that is, to create not a classic admin panel, but a UI for users based on it).
Advise how to do it right, flexibly and quickly!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikita Dergachov, 2019-04-03
@vanillathunder

laravel-form-builder is suitable for this purpose. If you want something more, then write the module yourself.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question