jeffersongoncalves/filament-erp-core
Composer 安装命令:
composer require jeffersongoncalves/filament-erp-core
包简介
Filament v5 panel resources for the Laravel ERP core — companies, currencies, units, fiscal years and organizational masters.
README 文档
README
Filament v5 panel resources for the Laravel ERP core — companies, currencies, units of measure, fiscal years and 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.
Installation
composer require jeffersongoncalves/filament-erp-core
TODO (temporary): Until
jeffersongoncalves/laravel-erp-coreis published on Packagist, the domain dependency is resolved from a local path repository declared incomposer.json:"repositories": [ { "type": "path", "url": "../../laravel/laravel-erp-core", "options": { "symlink": false } } ]Remove this
repositoriesentry once the domain package is available on Packagist.
Usage
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"
License
MIT
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-28