Skip to content

Commit 374cd8a

Browse files
committed
chore: add info about tenancy v4
1 parent 6e3734e commit 374cd8a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@
66

77
Automatically Provision AWS S3 Buckets for each tenant. It's an Extention for [stancl/tenancy](https://github.com/stancl/tenancy). For more details refer to [TenancyForLaravel](https://tenancyforlaravel.com/).
88

9+
## Tenancy V4.x
10+
11+
Use branch [tenancy-v4](https://github.com/vidwanco/tenant-buckets/tree/tenancy-v4) for Tenancy v4.x versions.
12+
13+
Use `dev-tenancy-v4` for pulling latest changes from branch.
14+
15+
```bash
16+
composer require vidwan/tenant-buckets:dev-tenancy-v4
17+
```
18+
19+
Or just use a Release Candidate:
20+
21+
```bash
22+
composer require vidwan/tenant-buckets:^4.0.0-rc
23+
```
24+
925
## Concept
1026

1127
The concept is simple, to automatically provison a new AWS S3 bucket for tenant on registration and update the same on the central database's tenant table & data coloumn under `tenant_bucket`.

0 commit comments

Comments
 (0)