Laravel this is not only a practical framework, it is also a programming style
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?
Aucun commentaire:
Enregistrer un commentaire