Application / routes / web.php you can write all route files here
The web.php file contains the routes that RouteServiceProvider places in a middleware group that provides session state, CSRF protection, and cookie encryption. If your application does not offer an API without RESTful content, all of your routes will most likely be defined in the web.php file.
Read more about laravel 5.3 structure here
source share