Update source/docs/v3/quickstart.blade.md

This commit is contained in:
Samuel Štancl 2022-10-25 18:07:22 +02:00 committed by GitHub
parent cdf6fc07a8
commit e5a93fe2d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -171,7 +171,7 @@ To have users in tenant databases, let's move the `users` table migration (the f
## Creating tenants {#creating-tenants} ## Creating tenants {#creating-tenants}
>If you're using Laravel Sail, please refer the [Laravel Sail integration guide]({{ $page->link('integrations/sail') }}): > If you're using Laravel Sail, please refer the [Laravel Sail integration guide]({{ $page->link('integrations/sail') }}):
For testing purposes, we'll create a tenant in `tinker` — no need to waste time creating controllers and views for now. For testing purposes, we'll create a tenant in `tinker` — no need to waste time creating controllers and views for now.