Alexander Tømmerås

Results 56 comments of Alexander Tømmerås

That was my initial hope for the package, but unfortunately, as I've learned while developing this package, we can't get the best of both worlds due to how Laravel's relationship...

Oh, thanks for letting me know. Seems like there was a breaking change with the signature at some point. I'll look into it.

Not really, but a bit bummed I haven't had much time to develop this package further the past year. It's in a good state with few bugs, but there are...

Hey! This does indeed seem like an error. I'll look into it, thanks

Hey @wahlmika, sorry for the late response here - did you find a solution to this?

I'll find some time to research and see if I can replicate the issue and find a solution :)

Hey! Sorry for the late reply. The package will automatically eager load all relationships provided with the `with` method. I guess we could add a check if the relations have...

Hey @cberio, definitely not a bad idea, however, `loadMissing` was added with Laravel 5.6 if I remember correctly. I don't want to bring in a breaking change for people on...

Hey :) The testing trait was based on Laravel's old testing API from pre-5.4. So to get it to work you need to use https://github.com/laravel/browser-kit-testing. However, I'll look into how...

Hey @NomikOS! The camel-casing of the relations were added not too long ago, in an attempt to allow people to output relationships as snake case from the transformer while still...