34ml/filament-price-converter-field
A price converter field for filament admin panel
Maintainers
Package info
github.com/34ML/Filament-Price-Converter-Field
pkg:composer/34ml/filament-price-converter-field
v1.3.1
2026-06-25 13:34 UTC
Requires
- php: ^8.1
- filament/filament: ^3.0 || ^4.0
- spatie/laravel-package-tools: ^1.14.0
Requires (Dev)
- laravel/pint: ^1.0
- orchestra/testbench: ^10.0
- pestphp/pest: ^3.0
- pestphp/pest-plugin-arch: ^3.0
- pestphp/pest-plugin-laravel: ^3.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 65f1fc280d569521728698a6b4b68614d17b450a
- Mostafa Hassan <mostafa.woop@34ml.com>
This package is auto-updated.
Last update: 2026-06-25 13:35:29 UTC
README
Installation
You can install the package via composer:
composer require 34ml/filament-price-coverter-field
This is the content of the published config file where you can set the default currency
return [ 'currency' => 'EUR', ];
Usage
Add the field in your resource, view, create or edit pages inside the form function
use _34ML\FilamentPriceConverterField\FilamentPriceConverterField; FilamentPriceConverterField::make('price')->required(),
Also if you want to use it inside a table for the list page
use _34ML\FilamentPriceConverterField\FilamentPriceConverterColumn; FilamentPriceConverterColumn::make('price')->label('Sale Price'),
Credits
License
The MIT License (MIT). Please see License File for more information.
