yajra / laravel-acl

Laravel ACL is a simple role, permission ACL for Laravel Framework.
https://yajrabox.com/docs/laravel-acl
MIT License
108 stars 31 forks source link

How to CRUD Permission,Role ? Please give me an example #36

Closed Codingjames closed 3 years ago

yajra commented 3 years ago

I just updated the package and released a new version (v6). The documentations were also updated.

Hope it helps.

https://yajrabox.com/docs/laravel-acl/master/permission https://yajrabox.com/docs/laravel-acl/master/role https://yajrabox.com/docs/laravel-acl/master/permission-user

yajra commented 3 years ago

I also added a bunch of test on the new version. See https://github.com/yajra/laravel-acl/tree/master/tests for some examples if it helps.