Skip to content
Reginaldo Junior edited this page May 15, 2017 · 8 revisions

Welcome, this is a tutorial to show how the package can be used. I'm available for suggestions.

Before start, sorry about my bad english, i will fix any translation problems as soon as possible. Just warn me ok ? 👍


On this tutorial let's use as example a blog app.

On the blog there are 2 roles

  • Admin // The boss.
  • Editor // The guy who manage the writing team.
  • Writer // The guy who write the posts.

So we already know witch roles has to be created, now, what permissions they actualy have ?

  • Admin
    • Create posts
    • Edit posts
    • Delete posts
    • Publish posts
  • Editor
    • Edit posts
    • Publish posts
  • Writer
    • Create posts

On the next part of the tutorial, i will show you how to install the package and use it.