Concept Flow - Controller methods and actions
HTTP Request Received
Route Matches URL
Controller Method Called
Method Executes Action
Return Response (View/Redirect/JSON)
Response Sent to Browser
When a user visits a URL, Laravel finds the matching route, calls the controller method, which runs code and returns a response.