Skip to content
On this page

Exchange Rate

  • Exchange Rate: Enable or disable daily exchange rate update for the website.

  • Default Currency: Default currency for thhe website.

  • Exchange rate provider: default providers, exchangerate.host and exchangerate-api.com

Custom Exchange provider

  • In addition to the added providers you can create your own provider. First you need to go to /src/Services/Exchange/ , this directory contains exchange providers.

You can added your provider with these functions required in the class.

php
public function form()

public  function converter()