mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 12:24:04 +00:00
1.x supports only 5.7
This commit is contained in:
parent
1578a196c9
commit
725b43ce8c
2 changed files with 4 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# Tenancy
|
# Tenancy
|
||||||
|
|
||||||
[](https://laravel.com)
|
[](https://laravel.com)
|
||||||
[](https://packagist.org/packages/stancl/tenancy)
|
[](https://packagist.org/packages/stancl/tenancy)
|
||||||
[](https://travis-ci.com/stancl/tenancy)
|
[](https://travis-ci.com/stancl/tenancy)
|
||||||
[](https://codecov.io/gh/stancl/tenancy)
|
[](https://codecov.io/gh/stancl/tenancy)
|
||||||
|
|
@ -25,8 +25,6 @@ composer require stancl/tenancy
|
||||||
|
|
||||||
This package follows [semantic versioning 2.0.0](https://semver.org). Each major release will have its own branch, so that bug fixes can be provided for older versions as well.
|
This package follows [semantic versioning 2.0.0](https://semver.org). Each major release will have its own branch, so that bug fixes can be provided for older versions as well.
|
||||||
|
|
||||||
Supported versions of Laravel are 5.7 and 5.8.
|
|
||||||
|
|
||||||
### Configuring the `InitializeTenancy` middleware
|
### Configuring the `InitializeTenancy` middleware
|
||||||
|
|
||||||
The `TenancyServiceProvider` automatically adds the `tenancy` middleware group which can be assigned to routes. You only need to make sure the middleware is top priority.
|
The `TenancyServiceProvider` automatically adds the `tenancy` middleware group which can be assigned to routes. You only need to make sure the middleware is top priority.
|
||||||
|
|
|
||||||
|
|
@ -10,12 +10,12 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"illuminate/support": "^5.8",
|
"illuminate/support": "^5.7",
|
||||||
"webpatser/laravel-uuid": "^3.0"
|
"webpatser/laravel-uuid": "^3.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"orchestra/testbench": "~3.8",
|
"orchestra/testbench": "~3.0",
|
||||||
"laravel/framework": "5.8.*",
|
"laravel/framework": "5.7.*",
|
||||||
"vlucas/phpdotenv": "^2.2",
|
"vlucas/phpdotenv": "^2.2",
|
||||||
"psy/psysh": "@stable",
|
"psy/psysh": "@stable",
|
||||||
"league/flysystem-aws-s3-v3": "~1.0"
|
"league/flysystem-aws-s3-v3": "~1.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue