sausin / laravel-ovh

Wrapper for OVH Object Storage integration with laravel
MIT License
37 stars 12 forks source link

Multitenant setup discussion #54

Closed sausin closed 4 years ago

sausin commented 4 years ago

There has been quite a lot of discussion in the community recently regarding multi-tenancy. I've been thinking about the issues around this wrt our package.

I can see implementation could be something like this:

Would be good to have brainstorming on this before implementing.

sausin commented 4 years ago

Simplest option is to have a config parameter called prefix. User can then specify the new prefix for tenant using middleware where tenant is changed.