Skip to content

Commit ec8cb95

Browse files
authored
Revise Codespaces setup instructions for sample app
Updated instructions for launching the Laravel Workflow Sample App in GitHub Codespaces, including new steps for environment setup and command execution.
1 parent a87ca11 commit ec8cb95

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

blog/2025-07-10-building-reliable-agentic-loops-with-laravel-workflow-and-prismphp.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -166,18 +166,19 @@ It’s perfect for AI applications where accuracy, safety, and traceability are
166166

167167
### Try It Now in Your Browser
168168

169-
We’ve bundled this workflow into the official Laravel Workflow [Sample App](https://github.com/laravel-workflow/sample-app), which runs in GitHub Codespaces.
170-
171-
To launch it:
172-
1. Open the sample-app repo
173-
2. Click the “Code” button → “Codespaces” → “Create codespace on main”
174-
3. Wait a few seconds for setup
175-
4. Set your OPENAI_API_KEY
176-
5. Run:
177-
```bash
178-
php artisan migrate
179-
php artisan queue:work
180-
```
169+
We’ve bundled this workflow into the official Laravel Workflow [Sample App](https://github.com/laravel-workflow/sample-app).
170+
171+
To try it:
172+
173+
1. Open the sample-app repo on GitHub
174+
2. Click **Code****Codespaces****Create codespace on main**
175+
3. Wait for the environment to build
176+
4. Set your OPENAI_API_KEY in the .env
177+
5. Setup the app and start the queue worker:
178+
```bash
179+
php artisan app:init
180+
php artisan queue:work
181+
```
181182
6. In a second terminal:
182183
```bash
183184
php artisan app:prism

0 commit comments

Comments
 (0)