LaravelPackages.net
Acme Inc.
Toggle sidebar
laravel-enso/teams

Team management backend for Laravel Enso

38.622
1
4.3.5
About laravel-enso/teams

laravel-enso/teams is a Laravel package for team management backend for laravel enso. It currently has 1 GitHub stars and 38.622 downloads on Packagist (latest version 4.3.5). Install it with composer require laravel-enso/teams. Discover more Laravel packages by laravel-enso or browse all Laravel packages to compare alternatives.

Last updated

Teams

License Stable Downloads PHP Issues Merge Requests

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:

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!

Star History Chart