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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
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

  1. Require using composer: composer require dainsys/support-tickets.
  2. You can install all package assets by running php artisan support:install command or @php artisan vendor:publish --force --tag=support:assets.
    1. optionally, you add the following line to your composer file, under the scripts and post-update-cmd key, to publish the assets every time you update your composer dependencies: @php artisan vendor:publish --tag=support:assets --force --ansi.
    2. If you may want to customize the migrations before next step, first publish them: @php artisan vendor:publish --force --tag=support:migrations.
  3. This package relies on laravel/ui package so make sure follow it's guidelines.
  4. Run the migrations: php artisan migrate.

    Usage

    1. 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.
    2. Add the following trait to the Athenticatable model, most like App\Models\User

Configure your application

  1. Optionally, you may want to publish and tweek the config file: @php artisan vendor:publish --force --tag=support:config.

    Features

    1. Super admin admin users can perform all type of actions.
    2. Ability to separate tickets and support by departments.
    3. Specific subjects for tickets.
    4. Notifications based on model actions:
    5. Ticket Created: Department admins, department agents.
    6. Ticket Assigned: ticket owner, ticket agent
    7. Reply Created: ticket owner, ticket agent, department admins.
    8. Ticket Completed: ticket owner, department admins, ticket agent.
    9. Ticket Reopened: ticktet owner, department admins, ticket agent.
    10. Ticket Deleted: ticktet owner, department admins, ticket agent.
    11. Ticket Rated: department admins, ticket agent.
    12. Timeframe: amount of time a ticket is expected to be completed, based on the subject priority
    13. Completion rate: % of tickets completed
    14. Compliance rate: % of tickets within the required timeframe
    15. Satisfaction rate: average stars given to tickets divided by 5
    16. Ticket actions:
    17. Owner / Regular users
      1. Create and update
      2. Delete
      3. Close
      4. Reply
      5. Rate service
      6. Reopen
      7. Department admins can assign tickets to their agents
    18. Department Admins
      1. Access to department dashboard
      2. Assign and reassign tickets to department agents
      3. Close
      4. Reopen
    19. Department agents
      1. Grab (assign to themself) unassigned tickets
      2. Reply
      3. Close
    20. Super admins
      1. Create or remove super admins
      2. Manage departments
      3. Manage subjects
      4. manage department roles
      5. View dashboard
      6. 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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package dainsys/support-tickets contains the following files

Loading the files please wait ....