mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
Add disclaimer about the Passport version (10.x)
The Passport guide was written before the release of 11.x
This commit is contained in:
parent
f84ab20c5e
commit
a23e3e5a37
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ section: content
|
|||
|
||||
# Laravel Passport {#laravel-passport}
|
||||
|
||||
> **Disclaimer:** This guide was written for Laravel Passport 10.x
|
||||
|
||||
> **Tip:** If you just want to write an SPA application but don't need an API for some other use (e.g., a mobile app), you can avoid a lot of the complexity of writing SPAs by using [Inertia.js](https://inertiajs.com/).
|
||||
|
||||
> **Another tip:** Using Passport only in the central application doesn't require any additional configuration. You can just install it following [the official Laravel Passport documentation](https://laravel.com/docs/9.x/passport).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue