jeffersongoncalves / filament-erp-core
Filament v5 panel resources for the Laravel ERP core — companies, currencies, units, fiscal years and organizational masters.
Package info
github.com/jeffersongoncalves/filament-erp-core
pkg:composer/jeffersongoncalves/filament-erp-core
Requires
- php: ^8.2
- filament/filament: ^5.3
- jeffersongoncalves/laravel-erp-core: 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 02:50:36 UTC
README
Filament ERP Core
Filament v5 panel resources for the Laravel ERP core — companies, currencies, units of measure, fiscal years and the organizational masters.
This package is the UI layer for the jeffersongoncalves/laravel-erp-core domain package (namespace JeffersonGoncalves\Erp\Core\). It is the reference UI package that every other filament-erp-* package is cloned from, wiring the core master-data models into ready-to-use Filament resources, relation managers and dashboard widgets.
Features
- Master-data resources — Companies, currencies, units of measure, fiscal years, departments, designations, brands and terms & conditions
- Relation managers — Manage polymorphic addresses and contacts directly from the Company resource
- Dashboard widget —
ErpCoreStatsWidgetwith counts of companies, enabled currencies and departments - Configurable — Swap resource classes, change the navigation group or assign a cluster via config
- Translations — English and Brazilian Portuguese, inherited from the domain package
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-core
Register the plugin on a Filament panel:
use JeffersonGoncalves\FilamentErp\Core\FilamentErpCorePlugin; $panel->plugin( FilamentErpCorePlugin::make() ->navigationGroup('ERP — Core'), );
Resources
| Resource | Master |
|---|---|
CompanyResource |
Companies (with Address & Contact relation managers) |
CurrencyResource |
Currencies |
UomResource |
Units of measure |
FiscalYearResource |
Fiscal years |
DepartmentResource |
Departments |
DesignationResource |
Designations |
BrandResource |
Brands |
TermsAndConditionsResource |
Terms & conditions |
A dashboard ErpCoreStatsWidget shows counts of companies, enabled currencies and departments.
Configuration
Publish the config to swap resource classes, change the navigation group, or assign a cluster:
php artisan vendor:publish --tag="filament-erp-core-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.
