Kars van Iersel

Results 6 comments of Kars van Iersel

Aah oke, I see! Well thanks for the explanation :) Maybe in the future this could be an option of some sorts? Like saveFlush() or saveDeep(). Altho running a regular...

So how do I remove an intermediate table tho? Cause not deleting the actual Post is fine, but it should delete the relation which is not happening.

So for other people having the same issue, a quick / dirty fix: Instead of just running save() `useRepo(User).save(user)` You do: `useRepo(UserPost).where('user_id', user.id).delete()` `useRepo(User).save(user)` This clears out all the `UserPost`...

I love this idea, I have actually been looking for something similar now that Laravel Reverb is released. I've created a rough MVP of a sync engine (like Linear has),...

To add to the Index db debate, I have been using Pinia ORM quite a lot at the moment with a Laravel backend (API, front end is a standalone Nuxt...

Thanks for your response :) And happy to see you back! Absolutely love this package 👍