mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
add note about Laravel 11, resolve #267
This commit is contained in:
parent
d6233d0df2
commit
6fe87cc7d7
2 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue