oussaka
oussaka
Bonjour, Dans l'operation _GET /api/comments_ ,dans _swagger_, il manque le parameter Filter content. Exemple de code qui l'ajoute dans swagger : ```php /** * @ApiResource( * ) * @ApiFilter(CommentFilter::class, properties={"content"})...
Hello, I have this error after submitting the form > > Block "subject" on template "MremiContactBundle:Contact:email.txt.twig" does not exist in "MremiContactBundle:Contact:email.txt.twig".
Error with form submitting stack trace: > InvalidArgumentException: > Invalid title mremi_contact.form.title_mr, possible values are: mr, mrs > > at vendor/mremi/contact-bundle/Mremi/ContactBundle/Model/Contact.php:197 > at Mremi\ContactBundle\Model\Contact->setTitle('mremi_contact.form.title_mr') > (vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php:623) > at Symfony\Component\PropertyAccess\PropertyAccessor->writeProperty(array(object(Contact), object(Contact)),...
I have this error on symfony-demo application. An exception has been thrown during the rendering of a template ("Cannot parse message translation: please install the "intl" PHP extension or the...
Kernel refactoring, import domain services in services.yaml and remove unused configRoutes from kernel