Ticketing system for Laravel 5.1 - 8.x. Allows to create new tickets via form only. Includes file attachments, ticket tags, filtering, scheduling and e-mail notifications.
Replace Auth::user() with the creator_id of the ticket.
Like this you can perfectly test the system to your own. And also if you have an agent who manage the tickets, he have full control of the system.
Replace Auth::user() with the creator_id of the ticket. Like this you can perfectly test the system to your own. And also if you have an agent who manage the tickets, he have full control of the system.