Joseph Silber

Results 62 comments of Joseph Silber

I don't understand what you're saying.

Teams are basically the same concept as multi tenancy: https://github.com/JosephSilber/bouncer/blob/master/readme.md#multi-tenancy Set the `team_id` as the current scope, and any role/permission granted will be specific for that team. Same for checks:...

I think the code in my original post in this thread never worked: ```php // DOES NOT WORK. Was never supported. Bouncer::allow(Profile::class)->toOwn(Application::class); ``` ...the `allow` method never supported passing in...

Any plans for this @bevacqua? For elements that hug the right side of the screen, you simply cannot currently use Rome. The same applies to vertical positioning. It is currently...

For reference, here's a list of all the dafim according to the accepted Daf Yomi calendar (note that each folio is earmarked for the tractate with which it starts). ```json...

> hopefully later this week :rofl: Anyhow, how _do_ you handle this in the Apache/nginx configuration?

That doesn't sound right 😮 Can you create a small demo repository that recreates this issue?

BTW, are you using scopes? Have you seen #628? Do you think it's the same change causing it?

That doesn't sound right. Testing it myself, I can't reproduce it. Could you maybe make a small repository demonstrating this issue?

Seems logical. You should be able to just change the `casts` in your [custom models](https://github.com/JosephSilber/bouncer#custom-models).