文章只有30篇若localhost:8000/posts/31會有錯誤訊息
在PostController
public function show($id){ $post =Post::find($id); //如果文章不存在回傳 if(!$post){ return '文章不存在'; } return view('posts.show', compact('post'));}
沒有留言:
張貼留言