Answers for "model get only get id in arrays laravel"

PHP
2

Laravel get only the Ids of an eloquent arrays

$post_ids = Post::pluck('id')->toArray();
Posted by: Guest on July-18-2021

Browse Popular Code Answers by Language