Hi wondering if perhaps someone could shed some light on the below error. The sql works fine locally but i get the the below error remotely.
SQL query:
<
But in latest sql u have to use all the columns in select as a group By too.
for this in laravel project you use in config->database
'strict' => false,
and clear config cache by running php artisan config:cache.
i think it will be more helpfull for you.