PHP code example of 34ml / filament-price-converter-field

1. Go to this page and download the library: Download 34ml/filament-price-converter-field library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

34ml / filament-price-converter-field example snippets


return [
    'currency' => 'EUR',
    ];

    use _34ML\FilamentPriceConverterField\FilamentPriceConverterField;
    
    FilamentPriceConverterField::make('price')->

    use _34ML\FilamentPriceConverterField\FilamentPriceConverterColumn;
    
    FilamentPriceConverterColumn::make('price')->label('Sale Price'),