mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Remove the :3.x-dev suffix in the quick start tutorial (#59)
This commit is contained in:
parent
ffc406bff1
commit
4d88c4bc0f
1 changed files with 2 additions and 4 deletions
|
|
@ -15,11 +15,9 @@ We recommend following this tutorial just **to get things working** so that you
|
||||||
First, require the package using composer:
|
First, require the package using composer:
|
||||||
|
|
||||||
```php
|
```php
|
||||||
composer require stancl/tenancy:3.x-dev
|
composer require stancl/tenancy
|
||||||
```
|
```
|
||||||
|
|
||||||
After stable 3.x is released, update your version constraint by running `composer require stancl/tenancy:^3.0`
|
|
||||||
|
|
||||||
Then, run the `tenancy:install` command:
|
Then, run the `tenancy:install` command:
|
||||||
|
|
||||||
```php
|
```php
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue