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