You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple question. Why was the FormHelper moved to the FrameworkBundle (since commit symfony/form@2167467)?
I am working on a project where I am integrating both the Form component and the Templating component (without Twig), but with the FormHelper in FrameworkBundle there is an extra dependency. Every component should not rely on the full stack framework, which is the case here.
I think its correct place is the Templating component (like it was), or some bridge.
@bschussek
The text was updated successfully, but these errors were encountered:
Simple question. Why was the FormHelper moved to the FrameworkBundle (since commit symfony/form@2167467)?
I am working on a project where I am integrating both the Form component and the Templating component (without Twig), but with the FormHelper in FrameworkBundle there is an extra dependency. Every component should not rely on the full stack framework, which is the case here.
I think its correct place is the Templating component (like it was), or some bridge.
@bschussek
The text was updated successfully, but these errors were encountered: