fix layout of nova page (#154)

This commit is contained in:
Saif Allah Khaled 2022-03-30 18:09:14 +02:00 committed by GitHub
parent 69ff9f8859
commit 8c8431ab76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.) - 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: - Add the tenancy middleware to your `nova.middleware` config. Example:
```php ```php
'middleware' => [ 'middleware' => [
// You can make this simpler by creating a tenancy route group // You can make this simpler by creating a tenancy route group