yazchd
Results
1
comments of
yazchd
You can uploads PDF files by using : use EasyCorp\Bundle\EasyAdminBundle\Field\ImageField; You need to add the following lines in your code public function configureFields(string $pageName): iterable { return [ TextField::new('firstname'), TextField::new('lastname'),...