I have been sharing a bunch of tips on routing in the last few weeks. Apparently I have a lot to say on it. Today's tip is something just added to Laravel which addresses an issue I talked about earlier: how to see routes in the order they're defined.
masteringlaravel.io/daily/2024-12-19-seeing-the-route-list-in-definition-order
Back