From fc66b6f2cd5d8caed71a03262d00fa5b288869b5 Mon Sep 17 00:00:00 2001 From: Chinmay Purav <70144052+chinmaypurav@users.noreply.github.com> Date: Mon, 14 Nov 2022 23:36:05 +0530 Subject: [PATCH] removal rollback --- source/docs/v3/quickstart.blade.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/docs/v3/quickstart.blade.md b/source/docs/v3/quickstart.blade.md index a361909..dfeaa87 100644 --- a/source/docs/v3/quickstart.blade.md +++ b/source/docs/v3/quickstart.blade.md @@ -136,6 +136,14 @@ Now we need to actually specify the central domains. A central domain is a domai ], ``` +If you're using Laravel Sail, no changes are needed, default values are good to go: + +```php +'central_domains' => [ + '127.0.0.1', + 'localhost', +], +``` ## Tenant routes {#tenant-routes} Your tenant routes will look like this by default: