Session 1 - Server Requests
Before we dig into the nuts and bolts of Laravel, let's first zoom out and discuss
what exactly happens when a request comes in.
When I learned Laravel, I was trying to figure out how the framework's
default splash page is loaded. Let's work through it together. Our first stop is
`routes/web.php`.
Download resources here.