* One more step to complete setup: Set PHPStreamServerRuntime as the Application Runtime by either: * setting env APP_RUNTIME="PHPStreamServer\Symfony\PHPStreamServerRuntime" * adding extra.runtime.class to composer.json Read more: https://phpstreamserver.dev/docs/integrations/symfony#runtime-configuration If you edited composer.json, run composer dump-autoload to apply. * Your Symfony application is ready to run with PHPStreamServer. Start the server with: bin/phpss start * Read the documentation at: https://phpstreamserver.dev/docs/general/