From 4d9681da6515cf0dfd27693f05efd11559921b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= <33033094+stancl@users.noreply.github.com> Date: Tue, 26 Feb 2019 17:16:02 +0100 Subject: [PATCH] Add note about Laravel versions [ci skip] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d1fd4afa..f52bbc9e 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ 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. +Supported versions of Laravel are 5.7 and 5.8. + ### 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.