mardi 25 juillet 2017

Redirect to a resource route with parameters Laravel

I try to redirect to a resource route with paramateres in my laravel controller

Redirect::route('users.show', array('user'=> $user->account_id));

but the parameter is never getting passed through.

What I'm doing wrong?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire