Want to access all of our courses? (30 h 41 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"
Tell us what you like or what we can improve
Feel free to share anything you like or dislike about this page or the platform in general.
Your feedback has been received. We truly appreciate you taking the time to help us improve.
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