How to Implement a Registration Form
This article has been removed because it only explained things that are already explained in other articles. Specifically, to implement a registration form you must:
- Define a class to represent users;
- Create a form to ask for the registration information (you can
generate this with the
make:registration-form
command provided by the MakerBundle); - Create a controller to process the form;
- Protect some parts of your application so that only registered users can access to them.
This work, including the code samples, is licensed under a
Creative Commons BY-SA 3.0
license.