Skip to content

fix(mapper): map Laravel group prefixes#79

Merged
steipete merged 4 commits into
openclaw:mainfrom
rohitjavvadi:fix/laravel-route-group-prefixes
May 20, 2026
Merged

fix(mapper): map Laravel group prefixes#79
steipete merged 4 commits into
openclaw:mainfrom
rohitjavvadi:fix/laravel-route-group-prefixes

Conversation

@rohitjavvadi
Copy link
Copy Markdown
Contributor

Summary

  • map literal prefix attributes from array-style Laravel Route::group calls
  • apply the group prefix only to routes inside the group closure
  • add a mapper regression for /admin/users

Tests

  • git diff --check
  • corepack pnpm -s format:check
  • corepack pnpm -s typecheck
  • corepack pnpm -s lint
  • corepack pnpm -s exec vitest run src/mapper.test.ts --testNamePattern "maps Laravel array-style route group prefixes"
  • corepack pnpm -s test
  • corepack pnpm -s build

@steipete steipete requested a review from a team as a code owner May 20, 2026 01:10
@steipete steipete merged commit 0e84459 into openclaw:main May 20, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants