I looked everywhere but I can't find a documentation on how to apply bootstrap styles to Symfony, or twig to be precise.
Many answers are outdated as they are mostly about Symfony 2.x with bootstrap3.
For reference, I am trying to add a style to
{{ form_start(form))}}
{{ form_widget(form) }}
{{ form_end(form) }}