$ composer install
Please update the .env
file as your needs. Expecially the DATABASE_URL
env var.
$ bin/console doctrine:database:create
$ bin/console doctrine:schema:create
$ bin/console doctrine:fixtures:load
$ bin/console server:start
login | password | role |
---|---|---|
user@exemple.org |
user |
ROLE_USER |
admin@exemple.org |
admin |
ROLE_ADMIN |