We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4e404 commit 8f377c6Copy full SHA for 8f377c6
1 file changed
docs/book/v6/extended-features/route-grouping.md
@@ -22,6 +22,7 @@ $routeCollector->group('/user/' . $uuid)
22
```
23
24
The advantages of this new implementation:
25
+
26
- DRY - no need for repeating common route parts
27
- encapsulation - similar routes are grouped in a single block of code (vs each route a separate statement)
28
- easy path refactoring - modify all routes at once by changing only the prefix
0 commit comments