jeffersongoncalves/filament-erp-support

Filament v5 panel resources for the Laravel ERP support module — issues, SLAs and warranty claims.

Maintainers

Package info

github.com/jeffersongoncalves/filament-erp-support

pkg:composer/jeffersongoncalves/filament-erp-support

Statistics

Installs: 5

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

3.x-dev 2026-06-28 03:02 UTC

This package is auto-updated.

Last update: 2026-06-28 03:02:21 UTC


README

Filament ERP Support

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 widgetSupportStatsWidget with 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.