eneadm / ladder

Lightweight Permissions for Laravel
MIT License
245 stars 13 forks source link

Created permissions() method to return an array of all permissions #4

Closed chrispage1 closed 1 year ago

chrispage1 commented 1 year ago

I saw this package had been released on Laravel News and thought it certainly has its place over packages that I've used such as Spatie's laravel-permissions, my usual go-to. So thanks for releasing it!

We're using it in a project that has a Vue frontend, and the simple ability to pull an array of all permissions assigned to the user seemed like a useful feature.

Hope you can see the user for it :)