Laravel package to manage team functionality and operate with user permissions.
jurager/teams is a Laravel package for laravel package to manage team functionality and operate with user permissions..
It currently has 237 GitHub stars and 23.689 downloads on Packagist (latest version 3.0.6).
Install it with composer require jurager/teams.
Discover more Laravel packages by jurager
or browse all Laravel packages to compare alternatives.
Last updated
A Laravel package for managing teams and user permissions, supporting multi-tenant dynamic roles, role groups, and team-specific permissions.
Users can be organized into groups within teams, each with custom permissions and abilities. Permissions assigned to a user group override individual user permissions within a team.
Additionally, users can be added to a global group to grant them access across all teams with the group's permissions. This feature is ideal for scenarios like providing support across multiple teams without the need to add users to each team individually.
Features:
posts.* covers all post-related actionsrole, permission, and ability middlewareTo install, configure and learn how to use please go to the Documentation.
This package is open-sourced software licensed under the MIT license.