Black Friday 2025! Only until December 1st: coupon FRIDAY25 for 40% off Yearly/Lifetime membership!
Want to access all of our courses? (29 h 14 min)
You also get:
Already a member? Login here
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'],
thanks, updated
Inside primaryButton custom component: :processing="form.processing" will be :disabled="form.processing"
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'],
thanks, updated