composer install
symfony console doctrine:schema:update --force --env=test
vendor/bin/phpunit
Install Symfony command first. The instruction is here: https://symfony.com/download#step-1-install-symfony-cli
composer install
docker compose up -d
symfony console doctrine:schema:update --force
symfony console app:demo
symfony server:start -d
Visit http://127.0.0.1:8000 in your browser.