Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Apr 18, 2021
1 parent a12e5d9 commit 3bb4348
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG-6.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This changelog references the relevant changes (bug and security fixes) done to `orchestra/tenanti`.

## 6.1.0

Released: 2021-04-18

### Fixes

* Fixes missing `$config` variable.

## 6.0.0

Released: 2020-11-17
Expand Down
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,7 @@ Tenanti allow you to manage multi-tenant data schema and migration manager for y
[![Total Downloads](https://poser.pugx.org/orchestra/tenanti/downloads)](https://packagist.org/packages/orchestra/tenanti)
[![Latest Unstable Version](https://poser.pugx.org/orchestra/tenanti/v/unstable)](https://packagist.org/packages/orchestra/tenanti)
[![License](https://poser.pugx.org/orchestra/tenanti/license)](https://packagist.org/packages/orchestra/tenanti)
[![Coverage Status](https://coveralls.io/repos/github/orchestral/tenanti/badge.svg?branch=master)](https://coveralls.io/github/orchestral/tenanti?branch=master)

## Table of Content

* [Version Compatibility](#version-compatibility)
* [Installation](#installation)
* [Configuration](#configuration)
* [Usage](#usage)
* [Changelog](https://github.com/orchestral/tenanti/releases)
[![Coverage Status](https://coveralls.io/repos/github/orchestral/tenanti/badge.svg?branch=6.x)](https://coveralls.io/github/orchestral/tenanti?branch=6.x)

## Version Compatibility

Expand All @@ -28,12 +20,15 @@ Laravel | Tenanti
5.8.x | 3.8.x
6.x | 4.x
7.x | 5.x
8.x | 6.x

## Installation

To install through composer, run the following command from terminal:

composer require "orchestra/tenanti"
```bash
composer require "orchestra/tenanti"
```

## Configuration

Expand Down Expand Up @@ -66,7 +61,9 @@ To make development easier, you could add `Orchestra\Support\Facades\Tenanti` al

To make it easier to configuration your tenant setup, publish the configuration:

php artisan vendor:publish
```bash
php artisan vendor:publish
```

## Usage

Expand Down

0 comments on commit 3bb4348

Please sign in to comment.