Santiago García

Results 20 comments of Santiago García

1. How are your models setup? 2. Did you try disabling cache? 3. Are you sure there's data in the role user team table?

Yes, I'm planning to make some tests.

@derekrprice Can we make it to work like this: `permission:edit-post|edit-user,guard:api|web` so we don't have to put `guard:` multiple times?

I think that one is separated by the comma as you can see here: `role:admin|root,my-awesome-team,require_all` so in theory we wouldn't need to monkey with it.

Sorry @derekrprice I think your first option was the best one. Because the third set after the second comma are the extra options for the middleware so it's better to...

Maybe you can close the PR, delete the remote branch and in your local revert to the previous commit and then push it again and open the PR again

@GeoSot I saw Taylor's talk about it, and to be honest I haven't thought about combining them. But it would be the way to go. I believe some hacky solution(for...

@derekrprice I've been a bit busy lately, I could take a deep look at it this weekend. I gave a quick look to it but I didn't find any custom...

@soulcodex I have one question, when you're using uuid instead of regular ids what do you usually do in the model? Like you set the `$keyType`, `$incrementing`, `$primaryKey` ?