Giter Club home page Giter Club logo

Comments (4)

kodeine avatar kodeine commented on August 22, 2024

@MarcoROG,
There is no such thing as a stupid question.
protect_methods param is to be used in your routes. Does your controller use method names like create, store, show ... ?

If so then you dont need to use protect_methods param. You can simply use 'protect_alias' => 'user' and your route will be protected by permissions *.user. In case you have different controller method names other than store,create,show... you can define your method names in your config file.

from laravel-acl.

MarcoROG avatar MarcoROG commented on August 22, 2024

Oh i see, so it is meant to be used on a route group for example.
If for example i want a more "granular" control over permissions i can still put a 'can' tag on each route right? Or this isn't a best practise?

from laravel-acl.

kodeine avatar kodeine commented on August 22, 2024

@MarcoROG,

If for example you have a permission, view.dashboard you can use can('view.dashboard)' and then in protect_alias u can check for crud permission of *.user

so

[
    'can' => 'view.dashboard',
    'protect_alias' => 'user',
]

from laravel-acl.

MarcoROG avatar MarcoROG commented on August 22, 2024

Oh i see, thanks a lot!

from laravel-acl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.