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]
Default Language.
Default : en
Default Currency.
Default : USD
Select specific currencies.
Except specific currencies.
Default fields names.
Default : ['price']