mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 07:54:03 +00:00
Merge branch '1.0' of https://github.com/stancl/tenancy into 1.0
This commit is contained in:
commit
cd803cbb47
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ You won't have to change a thing in your application's code.\*
|
||||||
|
|
||||||
- :heavy_check_mark: No model traits to change database connection
|
- :heavy_check_mark: No model traits to change database connection
|
||||||
- :heavy_check_mark: No replacing of Laravel classes (`Cache`, `Storage`, ...) with tenancy-aware classes
|
- :heavy_check_mark: No replacing of Laravel classes (`Cache`, `Storage`, ...) with tenancy-aware classes
|
||||||
- :heavy_check_mark: Built-in tenant identification based on hostname
|
- :heavy_check_mark: Built-in tenant identification based on hostname (including second level domains)
|
||||||
|
|
||||||
\* depending on how you use the filesystem. Be sure to read [that section](#filesystemstorage). Everything else will work out of the box.
|
\* depending on how you use the filesystem. Be sure to read [that section](#filesystemstorage). Everything else will work out of the box.
|
||||||
|
|
||||||
|
|
@ -23,7 +23,7 @@ You won't have to change a thing in your application's code.\*
|
||||||
composer require stancl/tenancy
|
composer require stancl/tenancy
|
||||||
```
|
```
|
||||||
|
|
||||||
This package follows [symantic 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.
|
||||||
|
|
||||||
### Configuring the `InitializeTenancy` middleware
|
### Configuring the `InitializeTenancy` middleware
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue