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
When running make:reset-password there should be a missing package error if the following are missing:
symfony/form
symfony/validator
At the moment, if symfony/mailer is not available, the make:reset-password command returns this as error suggesting to run composer require symfony/mailer.
It would be helpful if the same happened for symfony/form.
Original Author @apphancer
When running
make:reset-password
there should be a missing package error if the following are missing:At the moment, if symfony/mailer is not available, the
make:reset-password
command returns this as error suggesting to runcomposer require symfony/mailer
.It would be helpful if the same happened for
symfony/form
.Transfered issue to maker-bundle from SymfonyCasts/reset-password-bundle#173
The text was updated successfully, but these errors were encountered: