A Symfony project created on March 29, 2018, 9:28 am.
- run
cp app/config/parameters.yml.dist app/config/parameters.yml
- edit
app/config/parameters.yml
and make sure the credentials match existing database user - run
php bin/consoledoctrine:database:create
- run
php bin/consoledoctrine:schema:update --force
- to load fixtures (optional) run:
php bin/console doctrine:fixtures:load -q
- to check the form, go to:
/example-form?test=1&test3=4
and submit the file and text fields