Wednesday, 30 June 2021

Laravel DB select to array

https://stackoverflow.com/questions/32038019/how-to-index-returned-array-by-key-with-eager-loading-in-laravel-eloquent 

$resultArray = json_decode(json_encode($result), true);

No comments:

Post a Comment