From b789927e2946cc0ab13e5b0d734a6df0905c6aeb Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Tue, 22 Mar 2022 11:16:38 +0500 Subject: [PATCH] Update domains.blade.md I recently played with the tenancy package to set up multiple domains. I'm on Mac and using Valet. I found we can test multiple domains using Valet and thought it might be worth it in the documentation. --- source/docs/v3/domains.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/v3/domains.blade.md b/source/docs/v3/domains.blade.md index 5de8a69..1203eac 100644 --- a/source/docs/v3/domains.blade.md +++ b/source/docs/v3/domains.blade.md @@ -26,4 +26,4 @@ To retrieve the current domain model (when using domain identification), you may For local development, you may use `*.localhost` domains (like `foo.localhost`) for tenants. On many operating systems, these work the same way as `localhost`. -If you're using Valet, you may want to use e.g. `saas.test` for the central domain and `foo.saas.test`, `bar.saas.test` etc for tenant domains. +If you're using Valet, you may want to use e.g. `saas.test` for the central domain and `foo.saas.test`, `bar.saas.test` etc for tenant domains. Use the valet link command to point multiple domains to a single source if you are using multiple domains. Open the terminal in the project folder and run the command `valet link foo.test`. You can point to as many domains as you want.