承接 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

统计信息

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

GitHub 信息

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

其他信息

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

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固