1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 09:34:04 +00:00

Add note about versioning [ci skip]

This commit is contained in:
Samuel Štancl 2019-02-09 15:53:54 +01:00
parent ef1e93bf96
commit 5028e587dc

View file

@ -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.