laravel - Is it possible to set content related permissions on cartalyst/sentinel? -


i'm new laravel , cartalyst/sentinel, project i'm facing out authorization problem: have set user crud permissions single content, , i'm facing out how id cartalyst/sentinel. (a lil' example: if have blog, wanna set user crud permissions separately each article). can me find documentation this? have implemented kind of permissions cakephp, first time i'm using laravel. thank you

the way think you'd best go setting users permission using article id. give user permissions this: "articles.14.read":1,"articles.24.*":1. 14 & 24 being ids of articles made up.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -