This directory is to test and figure out why I can't overwrite sonata registration form to create a user with more fields
- Get the vendors
First, using composer, launch the following command:
composer.phar install
This will install all the vendors.
- Create a database
Now, you have to create a database, I named it test3 with user and passwords the same. If you change one of the names, change it also in the parameters file located in app/config/parameters.yml
- Update the doctrine schema
Launch the command:
php app/console doctrine:schema:update --force
Access the website at app_dev.php/register and see the problem when trying to register a user