Answers for "Group by not working - Laravel"

PHP
0

Group by not working - Laravel

Edit your applications's database config file config/database.php

In mysql array, set strict => false to disable MySQL's strict mode
Posted by: Guest on January-07-2022

Browse Popular Code Answers by Language