mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
removed irrelevant default configuration
This commit is contained in:
parent
89f3c6ec14
commit
f72cb23794
2 changed files with 1 additions and 14 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue