Update source/docs/v3/domains.blade.md

Co-authored-by: Samuel Štancl <samuel@archte.ch>
This commit is contained in:
Abrar Ahmad 2022-03-23 10:31:08 +05:00 committed by GitHub
parent b789927e29
commit 8a5c40a2db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. 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.
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. Alternatively, if you want to use **multiple second-level domains**, you can use the `valet link` command to attach additional domains to the project. For example: `valet link bar.test`