定制 charlgottschalk/laravel-aware 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

charlgottschalk/laravel-aware

最新稳定版本:1.1.0

Composer 安装命令:

composer require charlgottschalk/laravel-aware

包简介

A simple auditing package to keep track of your Eloquent model changes

README 文档

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Introduction

Aware is a simple tool that tracks changes to Eloquent models and provides a way to access the changes made to them.

It uses Laravel's built-in event system to listen for model events and records the changes made to the model's attributes by creating trackers that are dispatched with jobs.

Installation

You can install the package via composer:

composer require charlgottschalk/laravel-aware

Run the installation command:

php artisan aware:install

Run the migrations to create the necessary database tables:

php artisan migrate

You're ready to go and tracking will happen automatically.

Documentation

For more in-depth information and setup, please read the documentation.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 20
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-05-26