mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
merge
This commit is contained in:
commit
2115ea8905
4 changed files with 9 additions and 9 deletions
|
|
@ -15,11 +15,9 @@ We recommend following this tutorial just **to get things working** so that you
|
|||
First, require the package using composer:
|
||||
|
||||
```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:
|
||||
|
||||
```php
|
||||
|
|
|
|||
|
|
@ -27,6 +27,8 @@ class TestCase // extends ...
|
|||
|
||||
public function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
if ($this->tenancy) {
|
||||
$this->initializeTenancy();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -452,7 +452,7 @@ fill="none" viewBox="0 0 404 784">
|
|||
Stars on GitHub
|
||||
</dt>
|
||||
<dd class="order-1 text-5xl font-extrabold leading-none text-indigo-600" aria-describedby="item-1">
|
||||
900+
|
||||
1000+
|
||||
</dd>
|
||||
</div>
|
||||
<div
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@
|
|||
<h5 class="text-lg leading-6 font-medium text-gray-900">Ploi integration
|
||||
</h5>
|
||||
<p class="mt-2 text-base leading-6 text-gray-600">
|
||||
Integration with <a href="https://ploi.io/?ref=tenancyforlaravel.com" class="text-indigo-600 hover:text-indigo-500">ploi.io</a>. Automatic creation of vhosts and HTTPS certificates when customers add domains. <em>(Coming by the end of the week.)</em>
|
||||
Integration with <a href="https://ploi.io/?ref=tenancyforlaravel.com" class="text-indigo-600 hover:text-indigo-500">ploi.io</a>. Automatic creation of vhosts and HTTPS certificates when customers add domains.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue