Cory Baumer
Cory Baumer
It would be cool if you could replace ```php Bouncer::ownedVia(Team::class, function (Team $team, User $user) { return $team->id === $user->team_id; }); ``` with ```php Bouncer::ownedVia(Team::class, 'id', 'team_id'); ```
When searching for a model with the string "factoid" I can find it by entering fac and facto but not "fact". When I take another 7 letter word like problem...
I have one tab out of three that is longer than the rest and so it becomes abbreviated "Reports and Stu...". Is it possible to make the tabs fit the...
it looks like there is no permissions on the routes, I don't see gates, policies or bouncer permissions, unless there is something I am missing any unauthenticated user can do...