Skip to content

Commit e36371a

Browse files
authored
Update sample-app.md
1 parent 71d1b54 commit e36371a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: docs/sample-app.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ sidebar_position: 7
66

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

9+
910
### Step 1
1011
Create a codespace from the main branch of this repo.
1112

12-
<img src="https://user-images.githubusercontent.com/1130888/233664377-f300ad50-5436-4bb8-b172-c52e12047264.png" alt="image" width="300">
13+
![image](https://user-images.githubusercontent.com/1130888/233664377-f300ad50-5436-4bb8-b172-c52e12047264.png)
1314

1415
### Step 2
1516
Once the codespace has been created, wait for the codespace to build. This should take between 5 to 10 minutes.
1617

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

21-
<img src="https://user-images.githubusercontent.com/1130888/233665550-1a4f2098-2919-4108-ac9f-bef1a9f2f47c.png" alt="image" width="400">
21+
![image](https://user-images.githubusercontent.com/1130888/233665550-1a4f2098-2919-4108-ac9f-bef1a9f2f47c.png)
2222

2323
### Step 4
2424
Run composer install.
@@ -44,7 +44,7 @@ php artisan queue:work
4444
### Step 7
4545
Create a new terminal window.
4646

47-
<img src="https://user-images.githubusercontent.com/1130888/233666917-029247c7-9e6c-46de-b304-27473fd34517.png" alt="image" width="200">
47+
![image](https://user-images.githubusercontent.com/1130888/233666917-029247c7-9e6c-46de-b304-27473fd34517.png)
4848

4949
### Step 8
5050
Start the example workflow inside the new terminal window.
@@ -56,7 +56,7 @@ php artisan app:workflow
5656
### Step 9
5757
You can view the waterline dashboard at https://[your-codespace-name]-80.preview.app.github.dev/waterline/dashboard.
5858

59-
<img src="https://user-images.githubusercontent.com/1130888/233669600-3340ada6-5f73-4602-8d82-a81a9d43f883.png" alt="image" width="600">
59+
![image](https://user-images.githubusercontent.com/1130888/233669600-3340ada6-5f73-4602-8d82-a81a9d43f883.png)
6060

6161
### Step 10
6262
Run the workflow and activity tests.

0 commit comments

Comments
 (0)