multi-tenant
multi-tenant copied to clipboard
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
Laravel 9 has a new version the filesystem "flysystem". That is not compatible with the tenancy/multi-tenant package. I fixed the problems with that change.
Hello Im copying an inertia view and copying it to a tenant directory under the views folder. It keeps coming up with a error saying the file isnt available locally....
__Description__ I'm not sure if this is actually a bug or just a deprecated function (#620 mentions this, but got no replies and was closed without any extra information, so...
Hyn/Tenant 5.6 the example uses $app['config']['driver'] to get the tenant UUID, however it is always null. Does anybody know how to detect the Tenant in CLI operations like background processes?...
I have a question, did anyone try to use this package with laravel/octane?
__Description of your feature__ Sanctum integration guide --- --- __Information__ - hyn/multi-tenant version: 5.6.4 - laravel version: 7.x Create a class which extends `Laravel\Sanctum\PersonalAccessToken` and apply the trait. In this...
I can't get access to the active tenant (& db connection) when executing PHP artisan tenancy:migrate. I need to change some data after migrating some structural changes --- __Information__ -...
__Description__ When I try to create a new tenant it created a new user for every database, but i don't want to create a new database I want to use...
__Description__ Artisan:call('passport:install') not working on hyn/multi-tenant 5.6 --- __Actual behavior__ Does not run artisan command. When I try doing it manually using the following `php artisan tenancy:run passport:install --tenant=2abd4feed4404fba85ba5462190453cb` in...
Adding a check to check if the request is for the System by matching the http host against user configured default hostname and only abort if it doesn't match