File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4747composer 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
You can’t perform that action at this time.
0 commit comments