jeffersongoncalves / filament-erp-support
Filament v5 panel resources for the Laravel ERP support module — issues, SLAs and warranty claims.
Package info
github.com/jeffersongoncalves/filament-erp-support
pkg:composer/jeffersongoncalves/filament-erp-support
Requires
- php: ^8.2
- filament/filament: ^5.3
- jeffersongoncalves/laravel-erp-support: dev-main
- spatie/laravel-package-tools: ^1.14.0
Requires (Dev)
- larastan/larastan: ^3.0
- laravel/pint: ^1.21
- orchestra/testbench: ^10.0|^11.0
- pestphp/pest: ^3.0|^4.0
- pestphp/pest-plugin-laravel: ^3.0|^4.0
This package is auto-updated.
Last update: 2026-06-28 03:02:21 UTC
README
Filament ERP Support
Filament v5 panel resources for the Laravel ERP support module — issues, SLAs and warranty claims.
This package is the UI layer for the jeffersongoncalves/laravel-erp-support domain package (namespace JeffersonGoncalves\Erp\Support\). It wires the support models into ready-to-use Filament resources and a helpdesk dashboard widget.
Features
- Helpdesk resources — Issues, issue types and warranty claims
- Service levels — Service level agreements with a priorities relation manager
- Dashboard widget —
SupportStatsWidgetwith open/resolved issue counts - Configurable — Swap resource classes, change the navigation group or assign a cluster via config
Compatibility
| Package | PHP | Filament | Laravel |
|---|---|---|---|
^3.0 |
^8.2 |
^5.0 |
^11.0 | ^12.0 | ^13.0 |
Installation
Install the package via Composer:
composer require jeffersongoncalves/filament-erp-support
Register the plugin on a Filament panel:
use JeffersonGoncalves\FilamentErp\Support\FilamentErpSupportPlugin; $panel->plugin( FilamentErpSupportPlugin::make() ->navigationGroup('ERP — Support'), );
Resources
| Resource | Purpose |
|---|---|
IssueTypeResource |
Issue types |
ServiceLevelAgreementResource |
Service level agreements (+ Priorities relation manager) |
IssueResource |
Issues |
WarrantyClaimResource |
Warranty claims |
Widgets
| Widget | Purpose |
|---|---|
SupportStatsWidget |
Open and resolved issue counts |
Configuration
Publish the config to swap resource classes, change the navigation group, or adjust widgets:
php artisan vendor:publish --tag="filament-erp-support-config"
Changelog
Please see CHANGELOG for what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
