Skip to content

Commit 50df5bf

Browse files
committed
chore(readme): update workbench instructions
1 parent fbf57b8 commit 50df5bf

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,15 @@ Should you want to contribute, please see the development guidelines in the [Dat
6363

6464
This package ships with a minimal Testbench Workbench so you can run the Filament UI without a separate app:
6565

66-
1. Start the container
66+
1. Clone the repository
67+
2. Start the container
6768
```shell
6869
lando start
6970
```
70-
2. Install PHP deps and build the workbench skeleton (runs migrations and seeds a test user)
71-
```shell
72-
lando composer install
73-
```
74-
3. Open the admin panel at `https://eclipse-world-plugin.lndo.site/admin/login`
75-
- User: `test@example.com`
76-
- Password: `password`
71+
72+
3. Open the admin panel at `https://eclipse-world-plugin.lndo.site/admin`
73+
74+
**No login required** - you'll be automatically signed in as a test user with full permissions.
7775
7876
Notes:
7977
- The container serves `workbench/public` as the webroot.

0 commit comments

Comments
 (0)