In Laravel, the routes/web.php and the routes/api.php are the files that you define routes for web and api respectively. In some cases, there arises the need for additional route file. For instance when you want to separate routes for each version of your api.
Watch video for Description