hn-seoai

Results 8 comments of hn-seoai

> Can you explain how this works? Providing `whenLoaded` with only the `relationship` and `default` parameters will result in `func_num_args()` returning 3, which makes the default `null` value of the...

Extension and example controller comes here! `PaginatedResourceCollection` extends `AnonymousResourceCollection` modifies the pagination properties. Our first workaround was to fork and change the code in `LengthAwarePaginatorTypeToSchema.php`. ```php

That would indeed be a better solution!

I tried working with the previous response, but this PR still seems to be necessary for it to work. Our custom extensions are run before everything else, so there is...

For consistency with similar functionality in batches/chains, wouldn't `catch(callable $callback)` be a better name?

I think the _real_ issue we're having, is that we can't choose exactly when our extensions are being used. I'm thinking a priority property, a before/after hook, or some resolution...

Since function overloading isn't a thing in PHP, I don't think this is the right thing to do. It messes with the IDE's ability to work with named parameters and...