asayhome/asay-tickets
最新稳定版本:1.0.11
Composer 安装命令:
composer require asayhome/asay-tickets
包简介
real time tickets system for laravel framework
README 文档
README
real time tickets system for laravel framework, this package is transformation from (https://github.com/thekordy/ticketit) using livewire concept
Important note: this package is under development and not completed yet
Requirements:
- Laravel
Livewireinstalled and configured in your project. - Laravel
Alpine.jsinstalled and configured in your project. - Laravel
rappasoft/laravel-livewire-tablesinstalled and configured in your project. - Laravel
spatie/laravel-permissioninstalled and configured in your project.
installation step:
composer require asaydev/laratickets
Setup roles and permissions
when next command executed will ask you for administartor user id to setup there default role.
php artisan laratickets:setup
Manually setup
publishing config file:
php artisan vendor:publish --provider="AsayDev\LaraTickets\AsayDevLaraTicketsServiceProvider" --tag="config"
publishing migrations files:
php artisan vendor:publish --tag=laratickets_migrations
publishing assets files:
php artisan vendor:publish --tag=laratickets_assets
Basic usage
this package allow using tickets for spacific model
@livewire('lara-tickets-dashboard',['model'=>'modeName','model_id'=>'modelID'])
ToDo
- adding mail notification on new ticket,update ticket, new comment
ToBe explain
- options array parm
- can_create_ticket
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-10-15