Jon Erickson
Jon Erickson
I've thought about this as well. My initial thought was allowing a user to specify their max while keeping the check. The only thing for me is, it is not...
It definitely does allow advanced customization if you choose to use it (requiring you to know a scripting language and cloudfront functions). Would something simple as a Boolean for `redirectToWww:...
It could. Optimally, it would be implemented as a Lambda@Edge function however lift is taking up the viewer-request function which does not allow me to use a Lambda@Edge function to...
This PR is ready for review. There were two test case fails. One a seg fault, and the other a unique constraint violation. Both edge cases. I am confident if...
Great suggestion. Will update the PR!
Hey @alexzarbn, after mulling this over, I am not coming up with any solution other than what I suggested. Using an out-of-the-box implementation of this package, using the `show` endpoint...
Hey @alexzarbn any second thoughts on this? I have been using my fork of this feature in prod and it has worked great.
@Barbapapazes with 4.1.17, we have updated the way `Link` queries are formed - they now use Eloquent's relations natively under the hood. This means that you can just define the...