mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-15 03:34:03 +00:00
Mention provider
This commit is contained in:
parent
cb4e79f1a0
commit
1ffa33f283
1 changed files with 1 additions and 1 deletions
|
|
@ -105,6 +105,6 @@ That said, automatic tenancy will still work the same way.
|
|||
```
|
||||
|
||||
- Replace your Http Kernel with a stock version (copy it from laravel/laravel: [https://github.com/laravel/laravel/blob/master/app/Http/Kernel.php](https://github.com/laravel/laravel/blob/master/app/Http/Kernel.php)) and add back in any changes you made. The package now doesn't necessitate any Kernel changes, so remove all of the 2.x ones.
|
||||
- Delete config, publish it & the new files using `php artisan tenancy:install`
|
||||
- Delete config, publish it & the new files using `php artisan tenancy:install`. Register the new provider (see instructions on the [Installation]({{ $page->link('installation') }}) page)
|
||||
- Create Tenant model, as instructed on the [Tenants]({{ $page->link('tenants') }}) page
|
||||
- Update routes to use the correct middleware, see the [Routes]({{ $page->link('routes') }}) page
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue