I was able to configure symfony forms to work independently in my project. However, I can make it work with a branch. Is it possible for me to make forms without a twig?
How am I doing it now:
#Controller echo $twig->render('index.html.twig', array( 'form' => $form->createView(), ));
Is it possible to display a form without a branch?
Any help is much appreciated
php forms symfony twig symfony-forms
Sajuna fernando
source share