Add disclaimer about the Passport version (10.x) (#211)

* Add disclaimer about the Passport version (10.x)

The Passport guide was written before the release of 11.x

* Update passport.blade.md

Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
This commit is contained in:
lukinovec 2022-10-03 14:44:02 +02:00 committed by GitHub
parent f84ab20c5e
commit 5f9f141580
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,8 @@ section: content
# Laravel Passport {#laravel-passport} # Laravel Passport {#laravel-passport}
> **Note:** This guide is 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/). > **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). > **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).