Laravel this is not only a practical framework, it is also a programming style
editpost.blade.php
post controller
public function edit($id)
{ $post=post::findorFail($id); return view('postView.editpost',compact('post'));
}
Aucun commentaire:
Enregistrer un commentaire