承接 guzbyte/ticket 相关项目开发

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

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

guzbyte/ticket

Composer 安装命令:

composer require guzbyte/ticket

包简介

This package creates a well structured ready to use ticketing system for users and administrative management

README 文档

README

This is is simple laravel ticket package system that manages your ticketing system in your platform. This packages is Laravel 5+ to 8. This packages leverages on the Laravel default User and Authentication class. This packages has its own routes with prefix "/ticket".

Description

A ticketing system is a management tool that processes and catalogs customer service requests. Tickets, also known as cases or issues, need to be properly stored alongside relevant user information. This ticketing system is user-friendly for customer service representatives, managers, and administrators.

Features

  1. Guzbyte ticket three main users roles users, agents, and admins.
  2. User can create new ticket, view, comment on ticket as well close their own ticket
  3. Ticket allows the upload of attachment.
  4. On creation of ticket it is automatically assigned to available agents.
  5. Allows only one ticket admin
  6. Admin role ticket users can create categories, priorities and agents.
  7. Admin roles ticket users can also comment on ticket.
  8. Ticket can be re-assigned to another agent.
  9. Easy texteditor for easy customization of tciekts.

Requirements

First Make sure you have got this Laravel setup working:

  1. Laravel 5+
  2. Bootstrap 4
  3. Users table set up
  4. Laravel email configuration.

Installation

The installation process is very easy. Step 1. Run the following code in terminal
composer require guzbyte/ticket
Step 2. After install, you have to add this line on your config/app.php in Service Providers section
Guzbyte\Ticket\TicketServiceProvider::class
Step 3. (only for laravel 8) Goto Vendor/guzbyte/ticket/src/config/ticket.php edit the $users variable to

$user = new App\Models\User;

Step 4. Publish the package php artisan vendor:publish

Note You can edit this to match your Users Model namespace not just for Laravel 8
Step 5. Make sure authentication scalffolding is already active.
Step 6. Run Migration.

php artisan migrate

Step 6. Register at least one or more user into the system.
Step 7. Run the installation route. https://your-website.com/ticket/install
Step 8. Enter the email you want to be the main adminstrator of the system.
** THATS IT !!!**

Default Routes
Users: https://your-website.com/ticket
Agents: https://your-website.com/ticket/agent
Admin: https://your-website.com/ticket/admin

guzbyte/ticket 适用场景与选型建议

guzbyte/ticket 是一款 基于 JavaScript 开发的 Composer 扩展包,目前已累计 23 次下载、GitHub Stars 达 0, 最近一次更新时间为 2021 年 10 月 17 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 guzbyte/ticket 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 guzbyte/ticket 我们能提供哪些服务?
定制开发 / 二次开发

基于 guzbyte/ticket 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-10-17