Answers for "laravel redirect another url"

C#
1

laravel redirect external url

return redirect()->away('https://www.google.com');
Posted by: Guest on January-27-2021
0

return redirect to another url in controller laravel

return redirect('/home/dashboard');
Posted by: Guest on December-06-2021

Code answers related to "laravel redirect another url"

C# Answers by Framework

Browse Popular Code Answers by Language