In This video i will talk about Laravel Route. Routing in Laravel allows you to route all your application requests to its appropriate controller or view. All Laravel routes are defined in your route files, which are located in the routes directory. The routes/web.php file defines routes that are for your web interface.