Laravel 9 – Eloquent model : Trying to load self model parents recursively – PHP Versions
I'm trying to migrate a Laravel 5 API with MySQL 5.7 to a Laravel 9 API with MySQL 8. Almost everything is working well, except on a few queries that tries to load data with their parent, recursively. On Laravel…