laravel-enso/teams
最新稳定版本:4.3.5
Composer 安装命令:
composer require laravel-enso/teams
包简介
Team management backend for Laravel Enso
README 文档
README
Description
Teams adds lightweight team administration to Laravel Enso.
The package stores team records, manages user membership through a pivot table, exposes CRUD-style API endpoints plus select options, and registers search integration for the team model.
Installation
Install the package:
composer require laravel-enso/teams
Run the migrations:
php artisan migrate
Features
- Team model plus many-to-many user membership pivot.
- Index, store, destroy, and options endpoints.
- Request validation through
ValidateTeam. - JSON resources for API payloads.
- Search service provider registration for team search integration.
Usage
Routes are registered under:
- prefix:
api/administration/teams - name prefix:
administration.teams. - middleware:
api,auth,core
Endpoints:
GET /POST /DELETE {team}GET options
The main model is LaravelEnso\Teams\Models\Team.
API
This package exposes its backend integration through the routes, controllers, services, jobs, and configuration points referenced in the usage examples above.
Consumers should rely on the published config keys, documented route groups, and explicit service classes shown in the examples. Internal helper classes, listeners, casts, and background jobs are implementation details unless the README calls them out as extension points.
Depends On
Required Enso packages:
laravel-enso/core↗laravel-enso/dynamic-methods↗laravel-enso/migrator↗laravel-enso/rememberable↗laravel-enso/select↗
Companion frontend package:
Contributions
are welcome. Pull requests are great, but issues are good too.
Thank you to all the people who already contributed to Enso!
统计信息
- 总下载量: 38.18k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-10-04