Skip to content

Latest commit

Β 

History

History
12 lines (11 loc) Β· 296 Bytes

File metadata and controls

12 lines (11 loc) Β· 296 Bytes

Installation

cp app/config/parameters.yml-dist app/config/parameters.yml
# configure app/config/parameters.yml
composer install
bin/console doctrine:database:create
bin/console doctrine:schema:update --force
bin/console doctrine:fixtures:load
bin/console assets:install web