Answer Posted / 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 |
Post New Answer View All Answers
How to install and start, stop mysql on valet?
What is singleton design pattern in laravel?
Please explain the difference between laravel and codeigniter?
How to assign a variable value for all view file?
How to generate application key in laravel?
What is escape string?
What is mvc framework?
Explain, how to get current environment in laravel 5?
What is closure in laravel?
What is blade php in laravel?
What is laravel contract?
What is console in laravel?
How can I install laravel in windows?
What are the software’s included in laravel homestead?
How to create model controller and migration in a single artisan command in laravel?