Skip to content

Commit 4603d60

Browse files
authored
Update sample-app.md
1 parent 3b2dd10 commit 4603d60

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

Diff for: docs/sample-app.md

+8-14
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 7
44

55
# Sample App
66

7-
[This](https://github.com/laravel-workflow/sample-app) is a sample Laravel 11 application with example workflows that you can run inside a GitHub codespace.
7+
[This](https://github.com/laravel-workflow/sample-app) is a sample Laravel 12 application with example workflows that you can run inside a GitHub codespace.
88

99
<br />
1010

@@ -16,47 +16,41 @@ Create a codespace from the main branch of [this](https://github.com/laravel-wor
1616

1717
**Step 2**
1818

19-
Wait for the codespace to build. This should take between 5 to 10 minutes.
20-
21-
<img src="https://user-images.githubusercontent.com/1130888/233664397-4ae156f3-f69b-406f-b6d4-4f9316684000.png" alt="image" width="500" />
22-
23-
**Step 3**
24-
25-
Once the codespace has been created. You will see the editor and the terminal at the bottom.
19+
Wait for the codespace to build. This should take between 5 to 10 minutes. Once the codespace has been created. You will see the editor and the terminal at the bottom.
2620

2721
<img src="https://user-images.githubusercontent.com/1130888/233665550-1a4f2098-2919-4108-ac9f-bef1a9f2f47c.png" alt="image" width="400" />
2822

29-
**Step 4**
23+
**Step 3**
3024

3125
Run the migrations to create the necessary database tables.
3226

3327
```bash
3428
php artisan migrate
3529
```
3630

37-
**Step 5**
31+
**Step 4**
3832

3933
Start the queue worker. This will enable the processing of workflows and activities.
4034

4135
```bash
4236
php artisan queue:work
4337
```
4438

45-
**Step 6**
39+
**Step 5**
4640

4741
Create a new terminal window.
4842

4943
<img src="https://user-images.githubusercontent.com/1130888/233666917-029247c7-9e6c-46de-b304-27473fd34517.png" alt="image" width="200" />
5044

51-
**Step 7**
45+
**Step 6**
5246

5347
Start the example workflow inside the new terminal window.
5448

5549
```bash
5650
php artisan app:workflow
5751
```
5852

59-
**Step 8**
53+
**Step 7**
6054

6155
You can view the waterline dashboard via the mapped port.
6256

@@ -66,7 +60,7 @@ Add `/waterline/dashboard` to the URL e.g. `https://[your-codespace-name]-80.pre
6660

6761
<img src="https://user-images.githubusercontent.com/1130888/233669600-3340ada6-5f73-4602-8d82-a81a9d43f883.png" alt="image" width="600" />
6862

69-
**Step 9**
63+
**Step 8**
7064

7165
Run the workflow and activity tests.
7266

0 commit comments

Comments
 (0)