jeffersongoncalves/helpdeskkitv3
Composer 安装命令:
composer create-project jeffersongoncalves/helpdeskkitv3
包简介
helpdeskkit starter kit built on Laravel 12.x and Filament 3.x with a ready-to-use multi-panel structure.
关键字:
README 文档
README
HelpDeskKit — Starter Kit for Help Desk with Laravel 12 & Filament 3
A production-ready starter kit for building help desk and customer support applications. Built on Laravel 12, Filament 3, Livewire 3, and Tailwind CSS, with multi-panel architecture and a complete ticketing system out of the box.
Features
Multi-Panel Architecture
Four pre-configured Filament panels, each with its own theme and authentication:
| Panel | URL | Purpose |
|---|---|---|
| Admin | /admin |
System administration — manage admins, operators, and users |
| App | /app |
Authenticated users — create and track support tickets |
| Operator | /operator |
Support staff — manage tickets, departments, and responses |
| Guest | / |
Public-facing frontend for visitors |
Help Desk System
Complete ticketing system powered by filament-help-desk:
- Ticket Management — Create, assign, update status and priority
- Departments & Categories — Organize tickets by team and type
- Comments & Attachments — Internal notes and file uploads
- Canned Responses — Pre-written reply templates
- History Tracking — Full audit trail of ticket changes
- Watchers — Follow tickets for updates
- Email Integration — Inbound email to ticket (IMAP, Mailgun, SendGrid, Resend, Postmark)
- Notifications — Email alerts on ticket events
Multi-Guard Authentication
Three independent authentication guards with separate user models and database tables:
admin— Admin model for system administratorsweb— User model for application usersoperator— Operator model for support staff
Each guard has its own login, registration, password reset, and email verification.
User Features
- Profile management with avatar upload
- Browser session management
- API tokens via Laravel Sanctum
- In-app database notifications
Developer Tools
composer dev— Run server, queue, logs, and Vite in one commandcomposer ide-helper— Generate IDE autocompletion filescomposer pint— Code style fixing with Laravel Pintcomposer phpstan— Static analysis with Larastan- Developer logins for quick panel access during development
- Log viewer in the admin panel
Requirements
- PHP 8.2+
- Composer
- Node.js with PNPM
- MySQL, PostgreSQL, or SQLite
Installation
Using Laravel Installer
laravel new my-helpdesk --using=jeffersongoncalves/helpdeskkitv3 --database=mysql
Using FilaKit CLI
composer global require jeffersongoncalves/filakit-cli filakit new my-helpdesk --kit=jeffersongoncalves/helpdeskkitv3
Automated Setup
php install.php
This handles Composer dependencies, environment setup, key generation, database migrations, Node.js dependencies, and asset building.
Manual Setup
composer install pnpm install cp .env.example .env php artisan key:generate php artisan migrate
Installation with Docker
laravel new my-helpdesk --using=jeffersongoncalves/helpdeskkitv3 --database=mysql
cd my-helpdesk
composer install
cp .env.example .env
./vendor/bin/sail up -d
./vendor/bin/sail shell
php artisan key:generate
pnpm install
Configure custom ports in .env if needed:
APP_PORT=8080 FORWARD_DB_PORT=3306 FORWARD_REDIS_PORT=6379 FORWARD_MAILPIT_PORT=1025
Development
# Run all services (server, queue, logs, vite) composer dev # Or run individually php artisan serve php artisan queue:listen --tries=1 pnpm run dev
Customization
Panel Providers
Each panel is configured through its provider in app/Providers/Filament/:
AdminPanelProvider.phpAppPanelProvider.phpOperatorPanelProvider.phpGuestPanelProvider.php
Configuration
The config/helpdeskkit.php file centralizes panel routes, middleware, branding, and authentication guards.
The config/help-desk.php file configures the ticketing system including email channels, notifications, attachments, and webhooks.
Themes
Each panel has its own Tailwind CSS theme in resources/css/filament/. Colors and styles can be customized per panel.
Tech Stack
| Component | Version |
|---|---|
| Laravel | 12.x |
| Filament | 3.x |
| Livewire | 3.x |
| Tailwind CSS | 3.x |
| Vite | 7.x |
| Pest | 3.x |
License
Credits
Developed by Jefferson Gonçalves.
jeffersongoncalves/helpdeskkitv3 适用场景与选型建议
jeffersongoncalves/helpdeskkitv3 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 0 次下载、GitHub Stars 达 1, 最近一次更新时间为 2026 年 03 月 01 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「laravel」 「starter-kit」 「tailwindcss」 「livewire」 「filament」 「laravel-starter-kit」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 jeffersongoncalves/helpdeskkitv3 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 jeffersongoncalves/helpdeskkitv3 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 jeffersongoncalves/helpdeskkitv3 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
TitleWithSlugInput - Easy Permalink Slugs for the FilamentPHP Form Builder (PHP / Laravel / Livewire)
TailwindPHP - use Tailwind CSS in your PHP projects (without npm)
Vanilla Components Integration with Laravel
Multicolumn grid for Neos CMS
Alfabank REST API integration
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 31
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-03-01
