George
                                            George
                                        
                                    Is it really necessary to support L9 only in v4? I think that we are not the only one who would love to already upgrade to L9 even with v3...
After reviewing the Filesystem bootstrapper i don't think there is much to upgrade if at all. Will try to look into it more later :-)
We are using this in our old app with another tenancy package for laravel as @Yunlong2cn mentioned, without any drawbacks. By forgetting the drive it is destroyed, as since the...
So we have retried to solve this problem and found out that it could possible be because of this changes https://github.com/tenancy/multi-tenant/commit/7c8865c6afbecbf303fe776d2c0b8597aa4293b2#diff-f29957f76a2b22e76953e0dade286d2b If I understand it correctly it does not PURGE...
I have unfortunately not, it seems like part of it is the original issue posted. It started working by removing that DatabaseNotification. But it still impact tests somehow. When running...
It happens in both, but in prod/dev only if any `'force-tenant-connection-of-models'` is specified (At least one). If none is there. it still happens in tests, which I couldn't figure out...
Will this be merged any time soon? We are using this and would love to upgrade to laravel 9, so if we should wait for this to get merged or...
Completely understand what you mean. I opened the issue for the reason that what laravel has by default, most packages by default will use that in their migrations and will...