Laravel otrzymuje tylko identyfikatory wymownych tablic
$post_ids = Post::pluck('id')->toArray();
Akash
$post_ids = Post::pluck('id')->toArray();