juanrube/ticketit
Ticketit is a simple helpdesk ticket system for Laravel 10–12 that integrates with Laravel auth. Supports users/agents/admins, ticket creation and comments, auto agent assignment by department/queue, admin dashboard with stats, localization, and image uploads.
A simple helpdesk tickets system for Laravel 10+ (10, 11, 12) 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 and simple support ticket system.
This is a Laravel application pre-configured to work with Ticketit. Using the quick installer minimises the efforts and knowledge about Laravel needed to install Ticketit.
However if you'd like to include Ticketit in your existing project, skip to the next section.
First Make sure you have got this Laravel setup working:
Dependents that are getting installed and configured automatically by Ticketit (no action required from you)
Register at least one user into the system and log it in.
Go ahead to http://your-project-url/tickets-install to finalize the installation (1-2 minutes)
Default ticketit front route: http://your-project-url/tickets
Default ticketit admin route: http://your-project-url/tickets-admin
Notes:
Make sure you have created at least one status, one prority, and one category before you start creating tickets.
If you move your installation folder to another path (or server), you need to update the row with slug='routes' in table ticketit_settings. After that, don't forget to flush the entire cache.
How can I help you explore Laravel packages today?