Answers for "php cast collection to array"

PHP
0

php collection to array

//convert a collection toArray()
$comments_collection = $post->comments()->get()->toArray()
Posted by: Guest on September-11-2021

Browse Popular Code Answers by Language