I am writing to inquire about a solution regarding the automatic rewrite of _id to id in laravel-mongodb. I have been using MongoDB and jessenger since 2018, and this automatic rewrite has prevented me from migrating to laravel-mongodb.
I have searched for a solution that doesn’t involve rewriting the majority of my queries, but I haven’t found a viable option. Rewriting all my queries to use raw queries would be a significant and costly undertaking.
Is there a current workaround for this issue, or are there any plans for an update that would address this?