vendredi 7 août 2020

Laravel 7 redirect away shows redirect url on white page

I am redirecting away from Laravel 7 controller and it shows the redirection url just before it redirects to the url. I am using the following code:

$url = config('global.api_url');
redirect()->away($url)->send();

I getting this :

enter image description here

how can I prevent the page not to show the url.



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire