How to get Retrieving the Request URI ?
Answer / nafees ahmad
The “path” method is used to retrieve the requested URI.
The is method is used to retrieve the requested URI which matches the particular pattern specified in the argument of the method.
To get the full URL, we can use the url method.
Example :
Step 1 - Execute the below command to create a new controller called UriController. " php artisan make:controller UriController –plain " .
Step 2 - After successful execution of the URL, you will receive the following output.
Step 3 - After creating a controller, add the following code in that file. " app/Http/Controllers/UriController.php" .
Step 4 - Add the following line in the app/Http/route.php file. " app/Http/route.php".
Step 5 - Visit the following URL. " http://localhost:8000/foo/bar " .
Step 6 - The output will appear as shown on your screen.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is laravel support caching? Explain
How do I disable csrf protection in laravel?
How to install valet?
What is meant by Authorization Mechanism in Laravel ?
What is difference between single quote and double quote?
How to create real time sitemap.xml file in laravel?
What are the directory structure of laravel 5.8?
How will you register service providers?
What is laravel api rate limit?
How to get Retrieving a Cookie in Laravel ?
What do you mean by route groups used in laravel 5?
How to create a controller in laravel?