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
- Guzbyte ticket three main users roles users, agents, and admins.
- User can create new ticket, view, comment on ticket as well close their own ticket
- Ticket allows the upload of attachment.
- On creation of ticket it is automatically assigned to available agents.
- Allows only one ticket admin
- Admin role ticket users can create categories, priorities and agents.
- Admin roles ticket users can also comment on ticket.
- Ticket can be re-assigned to another agent.
- Easy texteditor for easy customization of tciekts.
Requirements
First Make sure you have got this Laravel setup working:
- Laravel 5+
- Bootstrap 4
- Users table set up
- 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 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 23
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 8
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-10-17