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.
- Three main users roles users, agents, and admins
- Users can create tickets, keep track of their tickets status, giving comments, and even close their own tickets (configurable)
- Auto assigning to agents, the system searches for agents in specific department and auto select the agent with lowest queue
- Simple admin panel
- Localization
First Make sure you have got all dependents working:
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
Initial configurations and settings
Review features requests, give your feedback, suggest features, report issues
A live demo is hosted by fusion design at http://ticketit.fusiondesign.me