Skip to content

Domain Restriction Route Test#200

Merged
techmahedy merged 3 commits intodoppar:3.xfrom
techmahedy:techmahedy-3.x
Feb 28, 2026
Merged

Domain Restriction Route Test#200
techmahedy merged 3 commits intodoppar:3.xfrom
techmahedy:techmahedy-3.x

Conversation

@techmahedy
Copy link
Member

Adding some new unit test for domain restricted route:

#[Route(uri: '/', domain: '{tenant}.app.test')]
public function welcome(string $tenant)
{
    dd($tenant);
}

@techmahedy techmahedy merged commit f7e34fb into doppar:3.x Feb 28, 2026
25 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.

1 participant