mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
removal rollback
This commit is contained in:
parent
352e6b8b12
commit
fc66b6f2cd
1 changed files with 8 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue