Answers for "how to redirect a url to another url with api laravel"

PHP
2

laravel redirect external url

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

Code answers related to "how to redirect a url to another url with api laravel"

Browse Popular Code Answers by Language