All routes and controllers should return a response to be sent back to the user's browser. Laravel provides several different ways to return responses. The most basic response is returning a string from a route or controller.A web application responds to a user’s request in many ways depending on many parameters.