amoori/ticketit
Simple helpdesk ticket system for Laravel 5.1–5.8 and 6.x. Integrates with Laravel users/auth, supports roles (user/agent/admin), ticket creation and comments, auto-assign agents by department/queue, admin dashboard stats, localization, and Bootstrap UI.
HasApiTokens).tickets, ticket_comments, etc.), which simplifies schema management but may conflict with existing helpdesk or CRM systems.TicketCreated), which could hinder real-time notifications or third-party integrations (e.g., Slack, email).tickets table).users table), but custom guards (e.g., API tokens) may need adjustments.composer require amoori/ticketit.php artisan vendor:publish --provider="Ticketit\TicketitServiceProvider".php artisan migrate.users table matches Laravel’s default schema (or extend Ticketit’s user model).spatie/laravel-permission.resources/views/vendor/ticketit or override them.HasApiTokens).tickets.status).tickets table (e.g., status, assigned_to, created_at).optimistic locking or queues for critical operations.laravel/framework), updates may fail.How can I help you explore Laravel packages today?