Person management for Laravel Enso

Maintainers

Package info

github.com/laravel-enso/people

pkg:composer/laravel-enso/people

Statistics

Installs: 50 789

Dependents: 6

Suggesters: 0

Stars: 5

Open Issues: 1

4.7.6 2026-04-21 15:30 UTC

README

License Stable Downloads PHP Issues Merge Requests

Description

People manages person records for Laravel Enso.

The package exposes CRUD, options, table init, table data, and Excel export endpoints for people, and integrates addresses, remembering, searchable behavior, and morph-map registration for the Person model.

It is intended to provide a reusable person domain that can be referenced by other Enso modules.

Installation

Install the package:

composer require laravel-enso/people

Run the package migrations:

php artisan migrate

Optional publish:

php artisan vendor:publish --tag=people-factory

Features

  • Person CRUD endpoints.
  • Options endpoint for select fields.
  • Table init, table data, and Excel export endpoints.
  • Morph-map registration for the Person model.
  • Integration with addresses and searchable helpers.

Usage

Main route group:

  • administration.people.*

API

HTTP routes

  • GET api/administration/people/create
  • POST api/administration/people
  • GET api/administration/people/{person}/edit
  • PATCH api/administration/people/{person}
  • DELETE api/administration/people/{person}
  • GET api/administration/people/initTable
  • GET api/administration/people/tableData
  • GET api/administration/people/exportExcel
  • GET api/administration/people/options

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!