From 4d88c4bc0fe7c6a614bbdca75cfe59d2f53a33c2 Mon Sep 17 00:00:00 2001 From: Odunayo Ogungbure Date: Sat, 4 Jul 2020 15:49:11 +0100 Subject: [PATCH] Remove the :3.x-dev suffix in the quick start tutorial (#59) --- source/docs/v3/quickstart.blade.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/source/docs/v3/quickstart.blade.md b/source/docs/v3/quickstart.blade.md index 4e7e8c6..4b94824 100644 --- a/source/docs/v3/quickstart.blade.md +++ b/source/docs/v3/quickstart.blade.md @@ -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 @@ -178,4 +176,4 @@ App\Tenant::all()->runForEach(function () { ## Trying it out -Now we visit `foo.localhost` in our browser and we should see a dump of the users table where we see some user. If we visit `bar.localhost`, we should see a different user. \ No newline at end of file +Now we visit `foo.localhost` in our browser and we should see a dump of the users table where we see some user. If we visit `bar.localhost`, we should see a different user.