get the address bar url instead of request url

I have the page test_page with the url http://domain.sd/test_page which is in the address bar. I have used the controller with url filter_details in the same page in ajax response. I want to get the address in the address bar. Now I can get only the ajax request url

 $url=\Request::getRequestUri();
echo $url; // output: filter_details

How to get the address in the address bar



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/3j8ukoI
via IFTTT

تعليقات

المشاركات الشائعة من هذه المدونة

I am unable to figure out how to create payment collection request, after a form has been submitted in laravel

laravel, mysql transaction not working after failed one time