This package allows you to manage user permissions and groups in a database, it is compatible with Laravel v5.8 or higher. Changelog:
Fix hasPermissionThroughRole
Use Laravel Cache System to reduce Queries on Database
Add Static table to user Roles and Permissions
Add Static table to user Roles and Permissions
Add Static table to user Roles and Permissions
Changelog:
Add Static table to user Roles and Permissions
Undo Parent Role and Permission
Add Laravel 10 Support
V1.1.0: Fix For Laravel Authorization
V1.0.9: Fix For Laravel Authorization
V1.0.8: add parent_id column to roles table & add subRoles and parentRole function to Role model add hasParentRole function to HasPermissions trait fix multi role in middleware
V1.0.7: Added Laravel 9 Support
V1.0.6: Fix a relation Cascade on users role table
V1.0.5: Added Multi Permission And Role Check in blade and middleware
V1.0.4: Bug Fix In Blade Permission Extention
V1.0.3: Bug Fix In Blade Permission Extention
V1.0.2: Added @Permission('test-permission') To Blade Extention Update Doctumentation
V1.0.1: Update Readme File