Obtenez une demande URI à la demande Laravel 7
Try to use the following:
\Request::getRequestUri()
Lokesh003Coding
Try to use the following:
\Request::getRequestUri()
$request->input('name');
$request->input('user.name'); // fetch from user object
$request->fullUrl()