How to return a view from route in laravel?
Answer / Abhinav Kumar
"To return a view from a route in Laravel, you can define a route and call the `view()` function with the name of your view file. For example: `Route::get('/', function () { return view('welcome'); });`. The view will be rendered using the Blade templating engine."n
| Is This Answer Correct ? | 0 Yes | 0 No |
What is laravel used for?
What are the difference between laravel 5 & laravel 4?
What is a Encryption Process ?
What is the use of route in laravel?
Is laravel a programming language?
What is laravel service container?
How to check an input value is present or not in laravel?
How to check table is exists or not in our database using laravel?
What is a Restful Resource Controllers ?
What is eloquent orm?
Explain me active record implementation?
Do you know what is laravel elixir?