With the help of this package you can import the most common currencies in your Bagisto instance.
composer require bagisto-eu/currencies:dev-master
php artisan optimize
Once installed, publish the package assets by executing the following command
php artisan vendor:publish --provider="Bagisto\Currencies\Providers\CurrenciesServiceProvider"
- Go to your bagisto admin environment
- Click on Settings and select Currencies from the sidebar.
- Click on Import
- Select the currencies you like to import and press Import selected
Please see the CHANGELOG file for more information about what has recently changed.