定制 mobaroklab/support-tickety 二次开发

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

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

mobaroklab/support-tickety

最新稳定版本:v2.0.0

Composer 安装命令:

composer require mobaroklab/support-tickety

包简介

A Laravel package for managing Support tickets

README 文档

README

Latest Version Total Downloads Software License

Support Tickety

A Laravel package for managing support tickets.

Features

  • Create, view, update, and delete support tickets
  • Assign tickets to users
  • Track the status of tickets (open, closed, in-progress)
  • Notifications for ticket updates
  • Flexible and extendable

Laravel Versions

Laravel Support Tickety
5.6 - 10.x 1.*

Installation

Step 1: Composer

You can install the package via composer:

composer require mobaroklab/support-tickety
"require": {
    "mobaroklab/support-tickety": "~1.0"
}

OR place manually in composer.json:

"require": {
    "mobaroklab/support-tickety": "~1.0"
}
composer update

Step 2: Service Provider

Add the service provider to config/app.php under providers:

php artisan vendor:publish --provider="MobarokLab\SupportTickety\SupportTicketServiceProvider"

OR place manually

'providers' => [
    MobarokLab\SupportTickety\SupportTicketServiceProvider::class,
],

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: Unknown
  • 更新时间: 2024-07-03