Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

How to setup

Emillia edited this page Mar 15, 2019 · 1 revision

How to setup for dummy's

Recommended is Linux

With phpstorm (with php in path (or add it in your path)): setup composer (be sure it downloads composer.phar) and run this command in a terminal in the project directory php composer.phar install.

Download & install composer and after that run this in the project directory composer install --optimize-autoloader.

Setup doctrine (database)

Check the parameters in parameters.yml and run php bin/console doctrine:schema:validate to see if the connections work if everything works except for the sync error run this to sync it php bin/console doctrine:schema:update --force.

Windows users use \ instead of /

Clone this wiki locally