This commit is contained in:
Samuel Štancl 2019-10-04 22:58:28 +02:00
parent 6a58116bff
commit 70f26f9d48
2 changed files with 3 additions and 5 deletions

View file

@ -9,9 +9,9 @@ return [
// key => display name
'versions' => [
'v1' => '1.x',
'v2' => '2.x (beta)',
'v2' => '2.x',
],
'defaultVersion' => 'v1',
'defaultVersion' => 'v2',
'prettyUrls' => true,
'version' => function ($page) {

View file

@ -14,11 +14,9 @@ Laravel 6.0 or higher is needed.
First you need to require the package using composer:
```
composer require stancl/tenancy:v2.0.0-rc2
composer require stancl/tenancy
```
> **Note:** Be sure to `composer require stancl/tenancy` (without the `:v2.0.0-rc2`) once 2.0.0 is released. <!-- todo2 -->
### Automatic installation {#automatic-installation}
To install the package, simply run