My code, you can see this below :
public function total()
{
$query = User::limit(100000)->get();
$total = $query->sum('total');
dd($total);
}
The result of dd($total)
not display or empty
But when I change limit(50000)
, it display the result
Why it does not work if limit(100000)
?
Note :
In firefox browser, it does not display anything
In chrome browser, it display error :
This page isn’t working
myshop.dev is currently unable to handle this request. HTTP ERROR 500