From 6fe87cc7d7518c06f2d81dfdc176a947efb96ff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 17 Mar 2024 21:02:00 +0100 Subject: [PATCH] add note about Laravel 11, resolve #267 --- source/docs/v3/installation.blade.md | 2 ++ source/docs/v3/quickstart.blade.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/source/docs/v3/installation.blade.md b/source/docs/v3/installation.blade.md index e1e4aa6..81e1777 100644 --- a/source/docs/v3/installation.blade.md +++ b/source/docs/v3/installation.blade.md @@ -6,6 +6,8 @@ section: content # Installation {#installation} +> Note: Laravel 11 has a different folder structure than Laravel 10. An updated installation guide is coming soon. For now you can see [this discussion](https://github.com/archtechx/tenancy/pull/1180). + Laravel 6.0 or higher is needed. Require the package using composer: diff --git a/source/docs/v3/quickstart.blade.md b/source/docs/v3/quickstart.blade.md index a087d85..7ea8c06 100644 --- a/source/docs/v3/quickstart.blade.md +++ b/source/docs/v3/quickstart.blade.md @@ -12,6 +12,8 @@ We recommend following this tutorial just **to get things working** so that you ## Installation {#installation} +> Note: Laravel 11 has a different folder structure than Laravel 10. An updated installation guide is coming soon. For now you can see [this discussion](https://github.com/archtechx/tenancy/pull/1180). + First, require the package using composer: ```php