Running

docker-compose up
composer install
open http://localhost:8090

Testing

composer install
vendor/bin/phpunit tests

Seeing functionality in WordPress

  • You'll see debug toolbar in the bottom - WordPress is rendered inside Symfony

Using Symfony services

  • Activate Hello Dolly plugin (it's modified) at Installed Plugins
  • You'll see current weather in top right corner

Testing Symfony actions