定制 jeffersongoncalves/filament-erp-core 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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-core is published on Packagist, the domain dependency is resolved from a local path repository declared in composer.json:

"repositories": [
    { "type": "path", "url": "../../laravel/laravel-erp-core", "options": { "symlink": false } }
]

Remove this repositories entry 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
  • 点击次数: 4
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-06-28