Laravel Holen Sie sich nur die IDs eines eloquenten Arrays
$post_ids = Post::pluck('id')->toArray();
Akash
$post_ids = Post::pluck('id')->toArray();