From 221dbbdbc84611b17e4cfc4112f66b7fdc5af430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 4 Aug 2019 20:18:46 +0200 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d09f9aa7..30e37be9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [stancl/tenancy](https://stancl.github.io/tenancy/) -[![Laravel 5.7+](https://img.shields.io/badge/laravel-5.7+-red.svg)](https://laravel.com) +[![Laravel 5.8](https://img.shields.io/badge/laravel-5.8-red.svg)](https://laravel.com) [![Latest Stable Version](https://poser.pugx.org/stancl/tenancy/version)](https://packagist.org/packages/stancl/tenancy) [![Travis CI build](https://travis-ci.com/stancl/tenancy.svg?branch=master)](https://travis-ci.com/stancl/tenancy) [![codecov](https://codecov.io/gh/stancl/tenancy/branch/master/graph/badge.svg)](https://codecov.io/gh/stancl/tenancy) @@ -76,7 +76,7 @@ If you'd like to be notified about new versions and related stuff, [sign up for ### Requirements -- Laravel 5.7 or 5.8 +- Laravel 5.8 ### Installing the package @@ -226,7 +226,7 @@ You can also seed the database in the same way. The only difference is the comma ### Starting a session as a tenant -This runs `TenantManager::bootstrap()` which switches the DB connection, prefixes Redis, changes filesystem root paths, etc. +This switches the DB connection, prefixes Redis, changes filesystem root paths and tags cache. ```php tenancy()->init();