jeffersongoncalves / filament-commerce-pricing
Filament v5 admin resources for the Laravel Commerce pricing module.
Package info
github.com/jeffersongoncalves/filament-commerce-pricing
pkg:composer/jeffersongoncalves/filament-commerce-pricing
3.1.0
2026-06-30 13:28 UTC
Requires
- php: ^8.2
- jeffersongoncalves/filament-commerce-core: 3.1.0
- jeffersongoncalves/laravel-commerce-pricing: ^1.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
Pricing
Filament v5 admin resources for the Laravel Commerce pricing module.
Installation
composer require jeffersongoncalves/filament-commerce-pricing
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.
