We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4deddbd commit 4eee1b8Copy full SHA for 4eee1b8
docs/develop/php/set-up.mdx
@@ -364,7 +364,7 @@ class SayHelloWorkflow
364
}
365
```
366
367
-### 3. Create Worker
+### 3. Create a Worker file
368
369
Create a Worker file (`worker.php`, under project root directory):
370
@@ -389,11 +389,11 @@ $worker->registerActivity(\App\GreetingActivity::class);
389
$factory->run();
390
391
392
-### 4. Run the Worker
+#### Run the Worker
393
394
Previously, we created a Worker that executes Workflow and Activity tasks.
395
396
-Now, start the RoadRunner application server to run the Worker:
+Now, start the RoadRunner application server to run the Worker by opening up a new terminal window and running this command:
397
398
```bash
399
./rr serve
0 commit comments