Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Domain in the routing debug panel #285

Closed
elcheco opened this issue Mar 29, 2021 · 0 comments
Closed

Domain in the routing debug panel #285

elcheco opened this issue Mar 29, 2021 · 0 comments

Comments

@elcheco
Copy link

elcheco commented Mar 29, 2021

Routing now supports Module and Domain specification:

$router = (new RouteList)
	->withDomain('admin.example.com')
		->withModule('Admin')
			->addRoute(...)
			->addRoute(...)
		->end()
		->withModule('Images')
			->addRoute(...)
		->end()
	->end()
	->withDomain('example.com')
		->withPath('export')
			->addRoute(...)
			...

Unluckily the domain is not visible anywhere and not even in the "routing panel" in the debug bar.
RoutinPanel

Maybe it does not need its own column but could be in the "defaults" column only when the domain is set...

dg added a commit that referenced this issue Oct 6, 2023
dg added a commit that referenced this issue Oct 6, 2023
dg added a commit that referenced this issue Oct 6, 2023
dg added a commit that referenced this issue Oct 6, 2023
dg added a commit that referenced this issue Oct 6, 2023
dg added a commit that referenced this issue Oct 6, 2023
dg added a commit that referenced this issue Oct 6, 2023
dg added a commit that referenced this issue Oct 6, 2023
@dg dg closed this as completed Oct 6, 2023
dg added a commit that referenced this issue Oct 8, 2023
dg added a commit that referenced this issue Oct 9, 2023
dg added a commit that referenced this issue Oct 9, 2023
dg added a commit that referenced this issue Oct 9, 2023
dg added a commit that referenced this issue Oct 9, 2023
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

No branches or pull requests

2 participants