Skip to main content

Black Friday 2025! Only until December 1st: coupon FRIDAY25 for 40% off Yearly/Lifetime membership!

Read more here

Products Create/Edit/Delete

Premium
9 min read

Comments & Discussion

FF
Francisco Ferreira Roque Júnior ✓ Link copied!

At the UpdateProductRequest.php file, the rule of exists have a problem.

as is : 'category_id' => ['required', 'exists:category,id'],

should be: 'category_id' => ['required', 'exists:categories,id'],

DL
David Lun ✓ Link copied!

thanks, updated

MM
Md Mahmudul Hasan ✓ Link copied!

Inside primaryButton custom component: :processing="form.processing" will be :disabled="form.processing"

DL
David Lun ✓ Link copied!

thanks, updated