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

Subdomain Control Issue #75

Open
Sanan-84 opened this issue Mar 10, 2024 · 0 comments
Open

Subdomain Control Issue #75

Sanan-84 opened this issue Mar 10, 2024 · 0 comments

Comments

@Sanan-84
Copy link

I am experiencing an issue with adding subdomain control to a route class. When adding subdomain control, I noticed that the expected behavior is not occurring.

subdomain control as follows:

Route::subdomain('subdomain')->group(function () {
    // Subdomain-specific code will be added here
});

I visited the page by setting the subdomain to subdomain

Instead of the expected behavior, I did not receive any error or result explaining the issue.

Expected Behavior:
When visiting the subdomain subdomain.example.com, the code in the relevant route class is expected to run, and the correct results are expected.

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

1 participant