Skip to content

Commit 88804f5

Browse files
authored
Update sample-app.md
1 parent e36371a commit 88804f5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Diff for: docs/sample-app.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -7,58 +7,58 @@ sidebar_position: 7
77
[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

10-
### Step 1
10+
*Step 1*
1111
Create a codespace from the main branch of this repo.
1212

1313
![image](https://user-images.githubusercontent.com/1130888/233664377-f300ad50-5436-4bb8-b172-c52e12047264.png)
1414

15-
### Step 2
15+
*Step 2*
1616
Once the codespace has been created, wait for the codespace to build. This should take between 5 to 10 minutes.
1717

18-
### Step 3
18+
*Step 3*
1919
Once it is done. You will see the editor and the terminal at the bottom.
2020

2121
![image](https://user-images.githubusercontent.com/1130888/233665550-1a4f2098-2919-4108-ac9f-bef1a9f2f47c.png)
2222

23-
### Step 4
23+
*Step 4*
2424
Run composer install.
2525

2626
```bash
2727
composer install
2828
```
2929

30-
### Step 5
30+
*Step 5*
3131
Run the init command to setup the app, install extra dependencies and run the migrations.
3232

3333
```bash
3434
php artisan app:init
3535
```
3636

37-
### Step 6
37+
*Step 6*
3838
Start the queue worker. This will enable the processing of workflows and activities.
3939

4040
```bash
4141
php artisan queue:work
4242
```
4343

44-
### Step 7
44+
*Step 7*
4545
Create a new terminal window.
4646

4747
![image](https://user-images.githubusercontent.com/1130888/233666917-029247c7-9e6c-46de-b304-27473fd34517.png)
4848

49-
### Step 8
49+
*Step 8*
5050
Start the example workflow inside the new terminal window.
5151

5252
```bash
5353
php artisan app:workflow
5454
```
5555

56-
### Step 9
56+
*Step 9*
5757
You can view the waterline dashboard at https://[your-codespace-name]-80.preview.app.github.dev/waterline/dashboard.
5858

5959
![image](https://user-images.githubusercontent.com/1130888/233669600-3340ada6-5f73-4602-8d82-a81a9d43f883.png)
6060

61-
### Step 10
61+
*Step 10*
6262
Run the workflow and activity tests.
6363

6464
```bash

0 commit comments

Comments
 (0)