mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 22:14:03 +00:00
Add note about versioning [ci skip]
This commit is contained in:
parent
ef1e93bf96
commit
5028e587dc
1 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,8 @@ You won't have to change a thing in your application's code.\*
|
|||
composer require stancl/tenancy
|
||||
```
|
||||
|
||||
This package follows [symantic versioning 2.0.0](https://symver.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
|
||||
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue