Toby Twigger
Toby Twigger
@mathewparet I tried adding the following to `composer.json` under `require`, and it lets me work around this issue ```json "require": { ..., "illuminate/database": "8.37.*" } ```
@yoramdelangen Do you have ideas as to how to fix the issue in the framework? I'd be very happy to do it, just not sure of the right direction!
Thanks for reporting this. I'll try and fix this in the next few weeks, very happy to accept a PR sooner if you want to put one in!
Hi @qeba, thanks a lot for your bug report! I believe this is intended - usually we would only want to let someone access a site over `https` and so...
Hey @qeba , sorry for dropping this and thank you for your updates. I've had a look through the code but can't see any reason why https wouldn't be matched...