Download the PHP package victoravelar/laravel-dashboard-exchange-rates-tile without Composer
On this page you can find all versions of the php package victoravelar/laravel-dashboard-exchange-rates-tile. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download victoravelar/laravel-dashboard-exchange-rates-tile
More information about victoravelar/laravel-dashboard-exchange-rates-tile
Files in victoravelar/laravel-dashboard-exchange-rates-tile
Package laravel-dashboard-exchange-rates-tile
Short Description It allows you to display a list of selected currencies and it's exchange rate to a base currency of your choice.
License MIT
Homepage https://github.com/VictorAvelar/laravel-dashboard-exchange-rates-tile
Informations about the package laravel-dashboard-exchange-rates-tile
Exchange rates display for your laravel dashboard.
It allows you to display a list of selected currencies and it's exchange rate to a base currency of your choice.
This tile can be used on the Laravel Dashboard.
Installation
You can install the package via composer:
Usage
Exchange rates tile
Depending on your provider, this tile will show the most recent exchange rate for the symbols listed in your configuration.
In your dashboard view you use the livewire:dashboard-exchange-rates-tile
component.
Example
Exchange rate converter
The conversion of a certain amount in your base currency to each symbol in your configuration is displayed on this tile.
In your dashboard view you use the livewire:dashboard-exchange-converter-tile
component.
Example
Fetching exchange rates
In app\Console\Kernel.php
you should schedule the Avelar\ExchangeRates\UpdateCurrencyExchangeRatesCommand
to run.
Customzing the views
Configuration
Testing
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- All Contributors
License
The MIT License (MIT). Please see License File for more information.