https://github.com/datashaman/laravel-teams
https://github.com/datashaman/laravel-teams
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/datashaman/laravel-teams
- Owner: datashaman
- Created: 2019-03-30T09:50:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-31T14:50:30.000Z (about 7 years ago)
- Last Synced: 2025-05-13T04:53:41.294Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 213 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# laravel-teams
Quickly adds structure to your Laravel project.
Includes models and policies.
- Teams
- Teams have projects
- Teams have users
- Users have roles, optionally in a team
Roles include:
- ADMIN - can do anything
- TEAM_ADMIN - can do most things within a team