tenancy / multi-tenant

Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups, previously github.com/hyn/multi-tenant
https://tenancy.dev
MIT License
2.56k stars 394 forks source link

how to manage tenant hosting plan (control resources usage) ? #922

Closed id1385 closed 4 years ago

id1385 commented 4 years ago

hi i am creating chat tenant app with this package and laravel. i want to control tenant usage of h.d.d , cpu , ram how can do it ? example tenant one buy plan X that have 5 GB hdd and tenant cant use more that 5 gb how can ? tnx

ArlonAntonius commented 4 years ago

Hi there,

That feels like something really outside the scope of this package. You would really have to look at creating some of your own custom logic for such a thing.

id1385 commented 4 years ago

That feels like something really outside the scope of this package. You would really have to look at creating some of your own custom logic for such a thing.

yes i know but i need this because we use one app instance and cant make container for every user Have an idea ? or help

ArlonAntonius commented 4 years ago

Sorry, like I said this is really something outside of the scope of this package.

I recommend you to look for packages outside of this one to that case of that specific part.