Skip to content
forked from thekordy/ticketit

A simple helpdesk tickets system for Laravel 5.1 which integrates smoothly with Laravel default users and auth system, demo is available at: http://ticketit.fusiondesign.me

License

Notifications You must be signed in to change notification settings

kasirye/ticketit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Support tickets system package for Laravel

A simple helpdesk tickets system for Laravel 5.1 which integrates smoothly with Laravel default users and auth system. It will integrate into your current Laravel project within minutes, and you can offer your customers and your team a nice support ticket system.

Features:

  1. Three main users roles users, agents, and admins
  2. Users can create tickets, keep track of their tickets status, giving comments, and even close their own tickets (configurable)
  3. Auto assigning to agents, the system searches for agents in specific department and auto select the agent with lowest queue
  4. Simple admin panel
  5. Localization

Full features list (12+)

Installation

First Make sure you have got all dependents working:

  1. Laravel 5.1
  2. Users table
  3. LaravelCollective HTML
  4. Laravel email configuration

To install this package:

Run this code via your terminal

	composer require kordy/ticketit:0.*

After install it, you have to add this line on your config/app.php on Service Providers lines.

	Kordy\Ticketit\TicketitServiceProvider::class,

Install database tables by running the migrate artisan command

	php artisan migrate --path=vendor/kordy/ticketit/src/Migrations

Configuration

Initial configurations and settings

Documentation

Ticketit Wiki

Support:

Review features requests, give your feedback, suggest features, report issues

Live Demo

A live demo is hosted by fusion design at http://ticketit.fusiondesign.me

Screenshots

Screenshots of current features

About

A simple helpdesk tickets system for Laravel 5.1 which integrates smoothly with Laravel default users and auth system, demo is available at: http://ticketit.fusiondesign.me

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%