laravel get the request code example
Example 1: get request uri from request laravel 7
Try to use the following:
\Request::getRequestUri()
Example 2: how to see with page reuested in laravel
$request->fullUrl()
Try to use the following:
\Request::getRequestUri()
$request->fullUrl()