All commands call from root project. Atribute of commands in (--atribute) is optional.
- composer
- php (unlock extension "iconv")
- mysql or mariadb server
- symfonycli (optional)
- admin credentials: login (admin), password (foo)
- admin panel::url /admin
- login form::url /login
- command: git clone "https://github.com/Ksimilikon/symfony_php_itlabs_test.git"
- copy .env.example to .env -> fill atributes
- commands: composer install
- command: php bin/console doctrine:migrations:migrate
- command: php bin/console doctrine:fixtures:load (--append) --append: add rows to DB without truncate rows;
- set prod in .env file
- commands: choice one
- php -S 127.0.0.1:8000 -t public
- symfony server:start