Daniël Klabbers
Daniël Klabbers
The "skip" option should have remained if you ask me. The need to hoard PII for an open source project that relied heavily on contributor effort is a huge facepalm....
Ian thanks for diving in. I was astounded this no longer works, thanks to the team for pointing this out to me. We should probably add a test to see...
If you're using CloudFlare there no longer is any reason for the underlying app to take care of an SSL upgrade, as CF takes care of that. You can safely...
Ah I now understand the root cause, thanks for clarifying.
```php $environment->hostname($hostname); ``` This does not set the tenant, this does: ```php $environment->tenant($hostname->website); ```
@bkintanar ?
Can someone summarize the findings of working with media library if possible and PR that into our docs somewhere? I think that would help other people out and we can...
We're binding the Environment only once the app is booted, this is after the listeners have been bound. The reason for this is #706 .. What we need to do...
From the looks of it, this should already be happening. Then it would seem that binding the singleton only after the app is booted, is incorrect 🤔
DailyEmail most likely needs to implement the TenantAwareJob trait, see: https://laravel-tenancy.com/docs/hyn/5.3/queues