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

update readme

This commit is contained in:
Samuel Štancl 2019-08-04 20:18:46 +02:00
parent bc2a5cd12a
commit 221dbbdbc8

View file

@ -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();