Pharaonic
Loading...

Configurations

# Publish config, migrations

You can publish the migration and configuration too.

1php artisan vendor:publish --tag=laravel-money

You can find the file here : config/Pharaonic/money.php.

1return [
2 'language' => 'en',
3 'currency' => 'USD',
4 'only' => [],
5 'except' => [],
6 'fields' => ['price']
7]

# language

Default Language.
Default : en

# currency

Default Currency.
Default : USD

# only

Select specific currencies.

# except

Except specific currencies.

# fields

Default fields names.
Default : ['price']