承接 maurohmartinez/compare-operation-backpack-laravel 相关项目开发

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

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

maurohmartinez/compare-operation-backpack-laravel

最新稳定版本:1.0.5

Composer 安装命令:

composer require maurohmartinez/compare-operation-backpack-laravel

包简介

Compare two models

README 文档

README

Latest Version on Packagist Total Downloads

This package adds a Compare Operation for projects using the Backpack for Laravel administration panel.

Screenshot

Screen Recording 2024-09-27 at 18 17 19

Installation

Via Composer

composer require maurohmartinez/compare-operation-backpack-laravel

Usage

To use the Operation this package provides, inside your custom CrudController add the trait:

use \MHMartinez\CompareOperation\CompareOperation;

And then customize the columns to show just like you wouyld do with the Show Operation:

protected function setupCompareOperation(): void
    {
        $this->crud->column('id');
        $this->crud->column('name');
        $this->crud->column('email');
        // etc...
    }

Change log

Changes are documented here on Github. Please see the Releases tab.

Testing

composer test

Contributing

Contributions are welcome and will be fully credited:

  • code contributions are accepted via Pull Requests to this Github repo;
  • documentation contributions are accepted via Pull Requests to this Github repo;
  • other contributions are most likely welcome in the way you see fit;

Security

If you discover any security related issues, please email :author_email instead of using the issue tracker.

Credits

License

This project is free for use, so you can install it on top of any Backpack & Laravel project.

However, please note that you do need Backpack installed, so you need to also abide by its YUMMY License. That means in production you'll need a Backpack license code. You can get a free one for non-commercial use (or a paid one for commercial use) on backpackforlaravel.com.

统计信息

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

GitHub 信息

  • Stars: 3
  • Watchers: 2
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-03-26