hamiddj/smart-ticket 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

hamiddj/smart-ticket

最新稳定版本:1.2.7

Composer 安装命令:

composer require hamiddj/smart-ticket

包简介

laravel ticket plugin

README 文档

README

Installation

composer require hamiddj/smart-ticket

php artisan migrate

php artisan vendor:publish for publish config file and views for customize

Site routes

/user/tickets method:get => Return user tickets view
/user/tickets/create method:get => Return create ticket view
/user/tickets method:post => Store new ticket
/user/tickets/show/{id} method:get => Return ticket's data view
/user/tickets/{id}/message method:post` => Answer the ticket

require

auth:[your user guard]

*you can change user gourd to your custom guard in /config/smartticket.php

admin routes

/admin/tickets method:get => Return all tickets view for admin
/admin/tickets/show/{id} method:get => Return ticket's data view
/admin/tickets/{id}/message method:post => Answer the ticket

require

auth:[your admin guard]

*you can change admin gourd to your custom guard in /config/smartticket.php

License

The Smart Ticket is open-sourced Package licensed under the [MIT license].

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-07-25