Laravel Routing based on Query Params
Is there a possibility to create a routing based on query parameters? For example, an external system is calling the following route: https://example.com/api?Action=GetOrders&Key=abf24b12c3b2a4e4b4dabbdd Dependent on the value of Action, I would like to call different controller methods. How can I…