From 5f9f1415807e8a3622997506d4ded289bb7dd6d6 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Mon, 3 Oct 2022 14:44:02 +0200 Subject: [PATCH] Add disclaimer about the Passport version (10.x) (#211) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- source/docs/v3/integrations/passport.blade.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/docs/v3/integrations/passport.blade.md b/source/docs/v3/integrations/passport.blade.md index 6169746..0682756 100644 --- a/source/docs/v3/integrations/passport.blade.md +++ b/source/docs/v3/integrations/passport.blade.md @@ -6,6 +6,8 @@ section: content # 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/). > **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).