tushargugnani / 5balloons.info

5 stars 1 forks source link

multi-page-step-form-in-laravel-with-validation/ #79

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Tutorial : Multi Page / Step Form in Laravel with Validation | 5 Balloons

https://5balloons.info/multi-page-step-form-in-laravel-with-validation/

rohanmax360 commented 1 year ago

Hello sir, I have created a multi-page view and successfully stored the data in a database. My question now is how to handle the edit/update part of it.

Fukusaku commented 1 year ago

Hi, when I try to navigate to /products/create-step1 url I have "compact(): Argument #2 must be string or array of strings, null given" in C:...\MultiForm\app\Http\Controllers\ProductController.php : 20 and I don't know why