Ben Walters

Results 7 comments of Ben Walters

Preface - I've not worked with this package/MongoDB. However... Judging by this function: https://github.com/jenssegers/laravel-mongodb/blob/ad4422a98da47c1dad1fc7464e3370269be7a51d/src/Eloquent/Model.php#L77-L80 I'm assuming that this package/MongoDB doesn't support 'tables' in the same way that SQL DBs do....

Also see https://github.com/owen-it/laravel-auditing/issues/590 in case you are using Sanctum.

Hey @ghostal As per slack: Since you can have unlimited comments on a post, a better solution would probably be just to use the relationship endpoint /posts/{id}/comments and this can...

Do you have an example? I'm not sure what your suggesting would fit the https://jsonapi.org/ spec that this package is written around.

@lindyhopchris I know you've stated that you cannot guarantee when you might be able to deliver atomic operations, but figured I'd ask since your last post was back in Feb....

Hi @joserick, I think you're essentially asking for the same as has been discussed on https://github.com/laravel-json-api/laravel/issues/177 ?

When returning the `Response::deny()` function from within a policy it appears not to be respected by this package at the moment. If I provide a code, e.g. Response::deny(code: 404) from...