"<p>In this video we are going to implement the Bundle Vich that allow us to upload images for our products.First we will add the new fields image and imageFile.</p> <p>You can find Vich Bundle Documentation <a href="https://symfony.com/doc/2.x/bundles/EasyAdminBundle/integration/vichuploaderbundle.ht.html">here</a> :</p> <p>You may encounter This error while following this tutorial :</p> <pre> <code>The "imageFile" image field must define the directory where the images are uploaded using the setUploadDir() method.</code></pre> <p>The solution in this <a href="https://www.devbrains.tn/tutorials/the-imagefile-image-field-must-define-the-directory">tutorial</a></p>"