Skip to content

Commit a22fc2f

Browse files
committed
Point Workspace install at the separate lara-architect-ui repository.
1 parent c88c023 commit a22fc2f

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

docs/getting-started.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,24 @@ The Workspace is a **sibling package** — context-first shell at `/architect/wo
4141

4242
**Requirements:** core package installed · PHP ^8.2 · Laravel 11–13 · Node.js 18+ (to build React assets once).
4343

44-
**From Packagist** (when the UI package is published):
44+
**From Packagist / GitHub** (sibling repo [`gubakareem/lara-architect-ui`](https://github.com/gubakareem/lara-architect-ui)):
4545

4646
```bash
4747
composer require karim-ashraf/lara-architect-ui
4848
```
4949

50+
Until the package is on Packagist, add a VCS repository in your app `composer.json`:
51+
52+
```json
53+
"repositories": [
54+
{ "type": "vcs", "url": "https://github.com/gubakareem/lara-architect-ui" }
55+
]
56+
```
57+
58+
```bash
59+
composer require karim-ashraf/lara-architect-ui:^0.1
60+
```
61+
5062
**From a local / path install** (monorepo or sibling folders):
5163

5264
```json

0 commit comments

Comments
 (0)