We were talking about Laravel 5 on its release, we are pleased today to welcome Laravel 5.1
I have url with id.
http://localhost/award/public/admin/judge-entries/216/edit
I was accessing using
public function edit(Request $request) { dd($request->input('id')); }
but it print null value. cant access 216.
Aucun commentaire:
Enregistrer un commentaire