We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d27cc commit 985e4faCopy full SHA for 985e4fa
sdkdocs/php/content/en/php-sdk-docs/_index.md
@@ -105,8 +105,10 @@ $app->start();
105
106
Initialize dapr with `dapr init` and then start the project with `dapr run -a dev -p 3000 -- php -S 0.0.0.0:3000`.
107
108
+<!-- IGNORE_LINKS -->
109
You can now open a web browser and point it to [http://localhost:3000/hello/world](http://localhost:3000/hello/world)
110
replacing `world` with your name, a pet's name, or whatever you want.
111
+<!-- END_IGNORE -->
112
113
Congratulations, you've created your first Dapr service! I'm excited to see what you'll do with it!
114
0 commit comments