A Symfony project created on May 16, 2016, 9:02 pm.
- Check if mysql is running
- Default port: 3306
- User: root
- Password: null
- Create database with name: uni
- Create tables -> in project directory execute: php app/console doctrine:schema:update --force
- Enjoy!