tenancy-docs/source/docs/v3/integrating.blade.md
lukinovec 31a64ab28f
Document the ViteBundler feature (#209)
* Document the ViteBundler feature

* Fix formatting

* Remove Vite integration page, make links to the integration page link to the feature page

* Add example for enabling the feature

* improve writing

Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2022-10-04 19:49:49 +02:00

876 B

title extends section
Integration with other packages _layouts.documentation content

Integrating with other packages

If you're using the [automatic mode]({{ $page->link('automatic-mode') }}) & [multi-database tenancy]({{ $page->link('multi-database-tenancy') }}), you'll be able to integrate with other packages easily.

  • [Integration with Spatie packages]({{ $page->link('integrations/spatie') }})
  • [Laravel Horizon]({{ $page->link('integrations/horizon') }})
  • [Laravel Passport]({{ $page->link('integrations/passport') }})
  • [Laravel Nova]({{ $page->link('integrations/nova') }})
  • [Laravel Telescope]({{ $page->link('integrations/telescope') }})
  • [Livewire]({{ $page->link('integrations/livewire') }})
  • [Laravel Sanctum]({{ $page->link('integrations/sanctum') }})
  • [Vite]({{ $page->link('features/vite-bundler') }})