Skip to content

Commit 8f377c6

Browse files
committed
issue #97: route grouping
Signed-off-by: horea <horea@rospace.com>
1 parent 0d4e404 commit 8f377c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/book/v6/extended-features/route-grouping.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ $routeCollector->group('/user/' . $uuid)
2222
```
2323

2424
The advantages of this new implementation:
25+
2526
- DRY - no need for repeating common route parts
2627
- encapsulation - similar routes are grouped in a single block of code (vs each route a separate statement)
2728
- easy path refactoring - modify all routes at once by changing only the prefix

0 commit comments

Comments
 (0)