Route Files: routes/web.php

Defines routes that are for your web interface.

Route::get('/user', 'UserController@index');

For most applications, you will begin by defining routes in your routes/web.php file.

The routes defined in routes/web.php may be accessed by entering the defined route's URL in your browser.

Route Files: routes/web.php — Structure map

Clickable & Draggable!

Route Files: routes/web.php — Related pages: