-
Notifications
You must be signed in to change notification settings - Fork 338
Open
Description
In laravel 11 I am assigning ownership to an organization like below.
$organization = Organization::create(['name' => 'Test Org']);
Bouncer::allow($user)->toOwn($organization);
Question 1: How can I see which organizations I have ownership rights after logging in.
Ex: $user->owns()
Question 2: How do I check if the user has ownership rights on any organization after login?
Ex: $user->isOwnedFor($organization)
Metadata
Metadata
Assignees
Labels
No labels