承接 laravel-enso/trackwho 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

laravel-enso/trackwho

最新稳定版本:3.0.1

Composer 安装命令:

composer require laravel-enso/trackwho

包简介

Created-by, updated-by, and deleted-by tracking traits for Laravel Enso

README 文档

README

License Stable Downloads PHP Issues Merge Requests

Description

Track Who adds simple auditing traits for Enso models.

It fills the conventional created_by, updated_by, and deleted_by columns from the authenticated user and is designed to be composed into models without pulling in a full audit trail package.

Installation

Install the package:

composer require laravel-enso/track-who

Use it only on models whose tables already contain the matching audit columns.

Features

  • CreatedBy trait for created_by
  • UpdatedBy trait for updated_by
  • DeletedBy trait for deleted_by
  • Minimal surface area with no extra configuration

Usage

use Illuminate\Database\Eloquent\Model;
use LaravelEnso\TrackWho\Traits\CreatedBy;
use LaravelEnso\TrackWho\Traits\UpdatedBy;

class Voucher extends Model
{
    use CreatedBy;
    use UpdatedBy;
}

Add DeletedBy when soft-delete style author tracking is also needed.

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

This package does not depend on other Enso backend packages.

Contributions

are welcome. Pull requests are great, but issues are good too.

Thank you to all the people who already contributed to Enso!

统计信息

  • 总下载量: 15.68k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 29
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 29
  • Watchers: 5
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-03-19

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固