Download the PHP package laravel-enso/teams without Composer
On this page you can find all versions of the php package laravel-enso/teams. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download laravel-enso/teams
More information about laravel-enso/teams
Files in laravel-enso/teams
Package teams
Short Description Team management backend for Laravel Enso
License MIT
Homepage https://github.com/laravel-enso/teams
Informations about the package teams
Teams
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:
Run the migrations:
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!
All versions of teams with dependencies
laravel-enso/dynamic-methods Version ^4.0
laravel-enso/migrator Version ^2.0
laravel-enso/rememberable Version ^4.0
laravel-enso/select Version ^5.0