https://www.youtube.com/watch?v=ShrS3HXwzPg```

class PostController extends Controller
{
public function update(Post $post,

before

class PostController extends Controller
{
public function update($post_id,
$post = Post::findOrFail($post_id);


And many more things.