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 :
how can I prevent the page not to show the url.
via Chebli Mohamed

Aucun commentaire:
Enregistrer un commentaire