Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 236 Bytes

File metadata and controls

7 lines (7 loc) · 236 Bytes

Getting started

  1. git clone
  2. composer install
  3. cd /src/devlabs/UserBundle composer install
  4. edit if need /app/config/parameters.yml
  5. php bin/console doctrine:database:create
  6. php bin/console doctrine:schema:update --force