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