How to swith off Laravel11 + Mysql ONLY_FULL_GROUP_BY
As I found out there is strict = true in config.database.php which causes the problem with ONLY_FULL_GROUP_BY mode for Mysql. This mode does not allow to make simple group by and add some weird restrictions on sql queries. I dont…