Skip to content

Though on symfonycasts/reset-password-bundle #10

@cavasinf

Description

@cavasinf

FOSUserBundle being deprecated,
Symfony allows devs by using MakerBundle to implement what is missing from FOSUserBundle.
eg :

  • make:user
  • make:reset-password depend on symfonycasts/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

No one assigned

    Labels

    FeatureFeature requestedStatus: Has PRWaiting in PR to be merge

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions