From f72cb237945c95e771c69aadafe6181f3901845d Mon Sep 17 00:00:00 2001 From: Chinmay Purav Date: Sat, 1 Oct 2022 11:37:08 +0530 Subject: [PATCH] removed irrelevant default configuration --- source/docs/v3/integrations/sail.blade.md | 13 ------------- source/docs/v3/quickstart.blade.md | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/source/docs/v3/integrations/sail.blade.md b/source/docs/v3/integrations/sail.blade.md index 6a0e90c..29899de 100644 --- a/source/docs/v3/integrations/sail.blade.md +++ b/source/docs/v3/integrations/sail.blade.md @@ -6,19 +6,6 @@ section: content # Laravel Sail {#sail} -## Central domains - -If you're using Laravel Sail, no changes are needed, default values are good to go: - -```php -// config/tenancy.php - -'central_domains' => [ - '127.0.0.1', - 'localhost', -], -``` - ## Creating tenants Before creating any tenants you have to ensure that the `sail` user has the necessary permissions. diff --git a/source/docs/v3/quickstart.blade.md b/source/docs/v3/quickstart.blade.md index bf2efa7..c54a067 100644 --- a/source/docs/v3/quickstart.blade.md +++ b/source/docs/v3/quickstart.blade.md @@ -136,7 +136,7 @@ Now we need to actually specify the central domains. A central domain is a domai ], ``` ->If you're using Laravel Sail, please refer the [Laravel Sail integration guide]({{ $page->link('integrations/sail') }}): +>If you're using Laravel Sail, no changes required: ## Tenant routes {#tenant-routes}