Passport integration documented

This commit is contained in:
Samuel Štancl 2019-12-21 13:36:53 +01:00
parent 4859a9b7af
commit 97017dd522
3 changed files with 43 additions and 1 deletions

View file

@ -7,7 +7,7 @@ section: content
# Nova Integration {#nova-integration}
To make Nova part of your tenant application, do the following:
To use Nova inside of the tenant part of your application, do the following:
- Publish the Nova migrations and move them to the `database/migrations/tenant` directory.
```none
php artisan vendor:publish --tag=nova-migrations