Christopher Gammie

Results 282 comments of Christopher Gammie

Thanks, glad to hear you are enjoying using the package. I'm unclear why you just can't access the relationship from the model?

@st-h just wanted to check your opinion on this before I implement... Basically I think we should switch to using the official Stripe loader; always better to use something official...

Great - thanks for the response, we're on exactly the same page! I'll sort it out this week. Fyi I tagged a `1.0.0` this morning from the `master` branch. The...

Closing in favour of #237 - that documents that I need to add things to make validating resource IDs a lot easier.

Update on this: JSON:API v1.1 has now been tagged, with the Atomic Operations extension in it. It is a priority for me to add this to Laravel JSON:API - I...

I would never fire a request from a Laravel app to the same Laravel app. It's an indication of bad design - i.e. indicates code is too closely coupled to...

I appreciate this is taking time, but it's a huge change with limited open source time - so just need some patience, but it's definitely coming.

@DellanX also worth mentioning the other reason we just can't send a Laravel request for each operation is the Atomic Operation extension specifies that all the operations must be atomic......

ah no problem, thanks for the suggestion - was just explaining why refactoring is a better option from my perspective. I've going to sort out Laravel 11 support on the...

So on the lower-level packages, the `next` branch contain the changes for the next major release. On the main package (this one), there's a working branch here: https://github.com/laravel-json-api/laravel/compare/develop...feature/core-v5 That's not...