-
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
FeatureFeature requestedFeature requestedStatus: Has PRWaiting in PR to be mergeWaiting in PR to be merge
Description
FOSUserBundle being deprecated,
Symfony allows devs by using MakerBundle to implement what is missing from FOSUserBundle.
eg :
make:user
make:reset-password
depend onsymfonycasts/reset-password-bundle
make:registration-form
- ...
ATM, TablerBundle use raw input and custom names to implement the template,
which doesn't work with what MakerBundle has created.
Wouldn't it be better to use forms that MakerBundle "auto-code/auto-create" ?
Instead of creating our own form by raw html inputs.
I know Tabler.io use raw inputs to match with most uses,
but in our case we are making a Bundle for Symfony.
It will be more natural to use Symfony form instead of manual HTML inputs.
What do you think about that @kevinpapst ?
Metadata
Metadata
Assignees
Labels
FeatureFeature requestedFeature requestedStatus: Has PRWaiting in PR to be mergeWaiting in PR to be merge