On Linux:
docker-compose up -d
On MacOS:
docker-sync-stack start
docker-compose exec php composer install
Just go to http://localhost
It is recommended to add short aliases for the following frequently used container commands:
docker-compose exec php php
to run php in containerdocker-compose exec php composer
to run composerdocker-compose exec php bin/console
to run Symfony CLI commands
Fix code style by running PHP CS Fixer:
docker-compose exec php vendor/bin/php-cs-fixer fix