📅  最后修改于: 2022-03-11 14:54:06.235000             🧑  作者: Mango
public function getRandomPost() {
$post = Post::inRandomOrder()->first();
return redirect()->route('posts.show', ["id" => $post->id]);
}