Cristobal

Results 1 comments of Cristobal

You can do this with these annotations in yours entities: - For 1 image: ``` /** * @ORM\Column(type="string", length=255, nullable=true) * @Assert\Regex( * pattern="/^.*\.(jpg|jpeg|png|gif)$/i", * match=true, * message="............" * )...