Laravel Query Builder error >7000 record -


i have many record in table name ae_mkt (7500 record , more in future)

and use query builder

$query = db::table('ae_mkt')->get();

so error see on image: myimage

and config @ .htaccess

header set cache-control "max-age=290304000, public"     header append cache-control s-maxage=600 "expr=%{request_status} == 200"     header set connection keep-alive 

but still error when need query large records


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -