ProductController Management
In this version, we created the ProductController
with the help of artisan
resource command flag and added logic for all these methods. So far we created the CRUD functionality 2 times. One for Category and the other for the Product.