jeffersongoncalves / filament-commerce-core
Shared Filament v5 infrastructure for the Laravel Commerce admin — base plugin config and test harness.
Package info
github.com/jeffersongoncalves/filament-commerce-core
pkg:composer/jeffersongoncalves/filament-commerce-core
3.1.0
2026-06-30 13:28 UTC
Requires
- php: ^8.2
- filament/filament: ^5.3
- jeffersongoncalves/laravel-commerce-core: ^1.0
- spatie/laravel-package-tools: ^1.14.0
Requires (Dev)
- larastan/larastan: ^3.0
- laravel/pint: ^1.0
- orchestra/testbench: ^10.0|^11.0
- pestphp/pest: ^3.0|^4.0
- pestphp/pest-plugin-laravel: ^3.0|^4.0
README
Commerce UI Core
Shared Filament v5 infrastructure for the Laravel Commerce admin — base plugin config and test harness.
Installation
composer require jeffersongoncalves/filament-commerce-core
Usage
The plugin is auto-discovered. Register it on a Filament panel:
use JeffersonGoncalves\\FilamentCommerce\\Umbrella\\CommercePanelPlugin; public function panel(Panel $panel): Panel { return $panel->plugin(CommercePanelPlugin::make()); }
License
The MIT License (MIT). Please see License File for more information.
