Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tenants.blade.php #207

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

kaisersly
Copy link

Updates the Tenants topic to explain how to access the central context from a tenant's perspective.

Updates the Tenants topic to explain how to access the central context from a tenant's perspective.
@@ -130,6 +130,23 @@ You may access the current tenant using the `tenant()` helper. You can also pass

Alternatively, you may typehint the `Stancl\Tenancy\Contracts\Tenant` interface to inject the model using the service container.

## Accessing the central application {#accessing-the-central-application}

When your code executes in the context of a tenant (for instance, when the `DatabaseMigrated` event is dispatched), you may access the central application context by using the `tenancy()->central($callback)` function.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think the point about DatabaseMigrated is needed here, it probably adds confusion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants