$ composer install
$ bin/console doctrine:database:create
$ bin/console doctrine:schema:create
$ bin/console doctrine:fixtures:load
$ symfony server:startThen visit http://localhost:8000
$ composer install
$ bin/console doctrine:database:create
$ bin/console doctrine:schema:create
$ bin/console doctrine:fixtures:load
$ symfony server:startThen visit http://localhost:8000