Download the PHP package dainsys/support-tickets without Composer
On this page you can find all versions of the php package dainsys/support-tickets. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dainsys/support-tickets
More information about dainsys/support-tickets
Files in dainsys/support-tickets
Download dainsys/support-tickets
More information about dainsys/support-tickets
Files in dainsys/support-tickets
Vendor dainsys
Package support-tickets
Short Description Support and recipients management package for Dainsys. This package allows you to Associate recipients to your department files.
License MIT
Package support-tickets
Short Description Support and recipients management package for Dainsys. This package allows you to Associate recipients to your department files.
License MIT
Please rate this library. Is it a good library?
Informations about the package support-tickets
Dainsys Support Tickets
A full stack package to add tickets support functionality to Laravel applications.
Installation
- Require using composer:
composer require dainsys/support-tickets
. - You can install all package assets by running
php artisan support:install
command or@php artisan vendor:publish --force --tag=support:assets
.- optionally, you add the following line to your
composer
file, under thescripts
andpost-update-cmd
key, to publish the assets every time you update your composer dependencies:@php artisan vendor:publish --tag=support:assets --force --ansi
. - If you may want to customize the migrations before next step, first publish them:
@php artisan vendor:publish --force --tag=support:migrations
.
- optionally, you add the following line to your
- This package relies on
laravel/ui
package so make sure follow it's guidelines. - Run the migrations:
php artisan migrate
.Usage
- Identify at least one user as super admin, which will have no restrictions in the application, by running command
php artisan support:create-super-user
. - Add the following trait to the Athenticatable model, most like
App\Models\User
- Identify at least one user as super admin, which will have no restrictions in the application, by running command
Configure your application
- Optionally, you may want to publish and tweek the config file:
@php artisan vendor:publish --force --tag=support:config
.Features
- Super admin admin users can perform all type of actions.
- Ability to separate tickets and support by departments.
- Specific subjects for tickets.
- Notifications based on model actions:
- Ticket Created: Department admins, department agents.
- Ticket Assigned: ticket owner, ticket agent
- Reply Created: ticket owner, ticket agent, department admins.
- Ticket Completed: ticket owner, department admins, ticket agent.
- Ticket Reopened: ticktet owner, department admins, ticket agent.
- Ticket Deleted: ticktet owner, department admins, ticket agent.
- Ticket Rated: department admins, ticket agent.
- Timeframe: amount of time a ticket is expected to be completed, based on the subject priority
- Completion rate: % of tickets completed
- Compliance rate: % of tickets within the required timeframe
- Satisfaction rate: average stars given to tickets divided by 5
- Ticket actions:
- Owner / Regular users
- Create and update
- Delete
- Close
- Reply
- Rate service
- Reopen
- Department admins can assign tickets to their agents
- Department Admins
- Access to department dashboard
- Assign and reassign tickets to department agents
- Close
- Reopen
- Department agents
- Grab (assign to themself) unassigned tickets
- Reply
- Close
- Super admins
- Create or remove super admins
- Manage departments
- Manage subjects
- manage department roles
- View dashboard
- Create, edit, delete, close, reply, assign tickets.
All versions of support-tickets with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
^9.21|^10.0|^11.0
intervention/image Version ^2.7
laravel/ui Version ^4.0
livewire/livewire Version ^3.0
owen-it/laravel-auditing Version ^13.0
rappasoft/laravel-livewire-tables Version ^3.0
php-flasher/flasher-sweetalert-laravel Version ^1.1
maatwebsite/excel Version ^3.1
asantibanez/livewire-charts Version ^3.0
intervention/image Version ^2.7
laravel/ui Version ^4.0
livewire/livewire Version ^3.0
owen-it/laravel-auditing Version ^13.0
rappasoft/laravel-livewire-tables Version ^3.0
php-flasher/flasher-sweetalert-laravel Version ^1.1
maatwebsite/excel Version ^3.1
asantibanez/livewire-charts Version ^3.0
The package dainsys/support-tickets contains the following files
Loading the files please wait ....