Hi mates,
I have created Product model and products table and images table with Image model.
Product hasmany images and images belongs to Product that I have defined in the models,
My objective is that I have a form for adding a product having multiple images.
But when I am saving it in products controller with saveAll,
it saves the product in products table and only single image to the...
