I am newbie in Laravel and I am using Version 5.2, and I wanna know what is better to use in return value on redirecting routes in my Controller.
return Redirect::route('home');
or
return redirect()->route('home');
Please indicate your source(s) in there are any.
Aucun commentaire:
Enregistrer un commentaire