You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2022. It is now read-only.
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.