You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: