承接 iferas93/historiable-model 相关项目开发

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

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

iferas93/historiable-model

Composer 安装命令:

composer require iferas93/historiable-model

包简介

Laravel Model history tracking

README 文档

README

Latest Version on Packagist Build Status Quality Score Total Downloads

Easy way to make and show your model history

History List

History Details

Installation

You can install the package via composer:

composer require iferas93/historiable-model

Usage

This package create "histories" table. Publish the migration and the configuration file using

php artisan historiable:install

After that you can add the trait Histroiable on any model like:

use Iferas93\HistoriableModel\Traits\History\Histroiable;

class Artical extends Model
{
    //this line for applying historiable to Article Model
    use Historiable;

    //this function for igonred cloumns from historiable
    protected function ignoredColumns()
        {
            return [
                'updated_at',
                'slug'
            ];
        }
}

You can access Histories(Changelog) Table from:

http://domain.exmaple/changelog

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email ferasmo7mad@gmail.com instead of using the issue tracker.

Credits

License

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

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-02-16

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固