mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
fix layout of nova page (#154)
This commit is contained in:
parent
69ff9f8859
commit
8c8431ab76
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ To use Nova inside of the tenant part of your application, do the following:
|
|||
|
||||
- Prevent Nova from adding its migrations to your central migrations by adding `Nova::ignoreMigrations()` to `NovaServiceProvider::boot()` (Don't do this if you want to use Nova **[both in the central & tenant parts]({{ $page->link('features/universal-routes') }})** of the app.)
|
||||
- Add the tenancy middleware to your `nova.middleware` config. Example:
|
||||
|
||||
```php
|
||||
'middleware' => [
|
||||
// You can make this simpler by creating a tenancy route group
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue