Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

wim91's avatar
Level 2

Is there a way to process dynamic data from a form in Laravel?

I want to understand if it is possible to process dynamic "input" from a form in Laravel. Task: I need to add several postcards, each with an image, title and description. I can add one at a time, but I would like to make it possible to add fields to the form using JavaScript, and to send several postcards to the handler at once... Is it possible to process it somehow using Laravel?

0 likes
2 replies
wim91's avatar
Level 2

@jlrdw Thank you, I read the article, a lot became clear. Already implemented everything!

Please or to participate in this conversation.