定制 codestepsbd/historykeeper 二次开发

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

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

codestepsbd/historykeeper

Composer 安装命令:

composer require codestepsbd/historykeeper

包简介

This will capture data for selected table for insert, update and delete

README 文档

README

The Laravel HistoryKeeper package provides functionality to manage history tables and triggers in your Laravel application. It allows you to create, update, and manage history tables and triggers easily.

Installation

You can install the package via Composer. Run the following command in your terminal:

composer require codestepsbd/historykeeper:dev-master

Database Migration

After installation you have to run migration for creating the table_history_with_settings table.

You can run the migration using Laravel's migration command:

php artisan migrate

Usage

Commands

The package provides a console command app:update-history-tables-and-triggers with several options:

  • --makeNewHistoryTable=false: Creates a new history table if set to true.
  • --runTest: Runs a test to understand package is working or not.
  • --scanMismatch: Scans for mismatches between the base table and its history table.

You can use the command with options like this:

php artisan app:update-history-tables-and-triggers --makeNewHistoryTable=true --runTest --scanMismatch

Routes

The package defines several routes under the history-keeper prefix:

  • /: Displays the index page of history data.
  • /url-command/{value?}: Provides a command URL endpoint. here value can be runTest for run test, true for creating history tables and scanMismatch for Scans for mismatches between the base table and its history table on web browser.

Middleware

Middleware can be applied to the history-keeper routes using the config("historyKeeper.middleware") configuration.

License

This package is open-source software licensed under the MIT license.

Feel free to customize this according to your package's specific details and requirements.

统计信息

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

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-04-17