-
-
Notifications
You must be signed in to change notification settings - Fork 467
[2.3.0] tenant_route() helper #229
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
Conversation
stancl
commented
Nov 20, 2019
Codecov Report
@@ Coverage Diff @@
## 2.x #229 +/- ##
==========================================
+ Coverage 88% 88.06% +0.05%
Complexity 372 372
==========================================
Files 58 58
Lines 1084 1089 +5
==========================================
+ Hits 954 959 +5
Misses 130 130
Continue to review full report at Codecov.
|
I read the docs. if i need to store subdomain i need to store but when i use |
+1 Same problem as @ahmedsayedabdelsalam |
If you want to redirect to other subdomain use : $domain = 'foo';
$domain = Domain::domainFromSubdomain($domain);
tenant_route($domain, 'dashboard') |
In setups that have more strictly defined how central domains work, e.g. by limiting them to one domain like our boilerplate, you can use things like |