uni

A Symfony project created on May 16, 2016, 9:02 pm.

  1. Check if mysql is running
  2. Default port: 3306
  3. User: root
  4. Password: null
  5. Create database with name: uni
  6. Create tables -> in project directory execute: php app/console doctrine:schema:update --force
  7. Enjoy!