Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

ksorbo's avatar

Recommendations? Laravel Support Ticket System

Anyone have recommendations for a package for support tickets. I would like to integrate into my admin backend. This is for a small app that gets 2-5 support requests per week. I am looking for something not too complicated but that would hopefully provide the following features:

  • create ticket from a form
  • create ticket from incoming email to specified email address
  • admin/agent is notified when a ticket comes in
  • any agent can respond or be assigned a ticket
  • agents can respond from admin backend
  • clients can respond via email
  • [nice to have] some form of spam filtering
0 likes
5 replies
jlrdw's avatar

I would suggest looking for some packages on GitHub you may draw some ideas from.

Snapey's avatar

Larry is away with the fairies again. There is no such laravel-helpdesk, or badchoice-handesk

The definitive source is packagist if you want a package and not a complete solution

Please or to participate in this conversation.