mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
Add and fix heading IDs (#232)
This commit is contained in:
parent
8029bdc51c
commit
ca5924646d
11 changed files with 17 additions and 17 deletions
|
|
@ -6,7 +6,7 @@ section: content
|
|||
|
||||
# Laravel Nova {#laravel-nova}
|
||||
|
||||
## In the central app
|
||||
## In the central app {#in-the-central-app}
|
||||
|
||||
If you wish to use Laravel Nova in the central application (to manage tenants), you need to make a small change to the Nova migrations, they expect your model primary keys to always be unsigned big integers, but your tenants might be using `string` ids.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue