add note about Laravel 11, resolve #267

This commit is contained in:
Samuel Štancl 2024-03-17 21:02:00 +01:00
parent d6233d0df2
commit 6fe87cc7d7
2 changed files with 4 additions and 0 deletions

View file

@ -6,6 +6,8 @@ section: content
# Installation {#installation} # 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. Laravel 6.0 or higher is needed.
Require the package using composer: Require the package using composer:

View file

@ -12,6 +12,8 @@ We recommend following this tutorial just **to get things working** so that you
## Installation {#installation} ## 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: First, require the package using composer:
```php ```php