79775431

Date: 2025-09-26 02:33:57
Score: 0.5
Natty:
Report link

Simply, Convert the results to an Eloquent Collection

use Illuminate\Support\Collection; // Import if not already imported
$acc = DB::select('select id,name from accounts limit 5');
return  $collection = collect($acc);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Hussein mahyoub