php bin/console make:registration-form
Create a new registration form system
Usage
make:registration-form [--with-tests]
Options
--with-tests Generate PHPUnit Tests
Help
The make:registration-form command generates a complete registration form, controller & template.
php bin/console make:registration-form
The command will ask for several pieces of information to build your form.
To generate tailored PHPUnit tests, simply call:
php bin/console make:registration-form --with-tests
This will generate a unit test in tests/ for you to review then use
to test the new functionality of your app.