Download the PHP package solitweb/laravel-dashboard-currencies-tile without Composer
On this page you can find all versions of the php package solitweb/laravel-dashboard-currencies-tile. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download solitweb/laravel-dashboard-currencies-tile
More information about solitweb/laravel-dashboard-currencies-tile
Files in solitweb/laravel-dashboard-currencies-tile
Package laravel-dashboard-currencies-tile
Short Description A currencies tile for Laravel Dashboard
License MIT
Homepage https://github.com/solitweb/laravel-dashboard-currencies-tile
Informations about the package laravel-dashboard-currencies-tile
A currencies tile for the Laravel Dashboard
This tile displays currency rates from Alpha Vantage.
This tile can be used on the Laravel Dashboard.
Installation
You can install the package via composer:
In the dashboard config file, you must add this configuration in the tiles key.
In app\Console\Kernel.php
you should schedule the Solitweb\CurrenciesTile\FetchDataFromApiCommand
to run every minute.
Usage
In your dashboard view you use the livewire:currencies-tile
component.
Customizing the view
If you want to customize the view used to render this tile, run this command:
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Alpha Vantage
- Spatie
- All Contributors
License
The MIT License (MIT). Please see License File for more information.