adspace


What is routing in laravel 5 and how we can use it?

Answer Posted / Lalitram

Routing in Laravel 5 is a system for handling URLs. It maps incoming requests to the appropriate controller and action.nnTo define routes, you can modify the `routes/web.php` file or use route service provider classes.nHere's an example:n```phpnRoute::get('/', function () {n return view('welcome');n});```

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is current stable version of laravel?

870


Tell us have you used lumen before?

808


How much laravel experience do you have?

815


Do you know what version of laravel do you generally use?

839


What is latest version of laravel?

869