Hi There
I have used this package for many years, since before the log content strategy was introduced. We store our content data in S3 using our own mechanism. It would take quite a while
We've begun upgrading to Laravel 12 and have found that the Domains in Context functionality doesn't play nice with our storage mechanism as well as people who have the config('log-content') === false.
I'm happy to do the PR, just want to know which way you'd prefer me to handle this.
I could introduce a new config option to disable domains in context or something else if you have a better idea?
There is already a PR #258 but i don't think that will actually work, because domains in context will be an empty array and will trigger the if check to redirect back to the default domain and not go to where it needs to go.
Hi There
I have used this package for many years, since before the log content strategy was introduced. We store our content data in S3 using our own mechanism. It would take quite a while
We've begun upgrading to Laravel 12 and have found that the Domains in Context functionality doesn't play nice with our storage mechanism as well as people who have the config('log-content') === false.
I'm happy to do the PR, just want to know which way you'd prefer me to handle this.
I could introduce a new config option to disable domains in context or something else if you have a better idea?
There is already a PR #258 but i don't think that will actually work, because domains in context will be an empty array and will trigger the if check to redirect back to the default domain and not go to where it needs to go.