diff --git a/README.md b/README.md index 1aab8e0..8493750 100644 --- a/README.md +++ b/README.md @@ -1 +1,44 @@ # Laravel Exchange Rate +Allows to convert money from one currency to another using latest exchange rate on market + +## Installation + +```php +$ composer install norbybaru/exchange-rate +``` +Publish Config `config/exchange.php` +```php +$ php artisan vendor:publish --provider="NorbyBaru\ExchangeRate\ExchangeRateServiceProvider" +``` + +Run Migration +```php +$ php artisan migrate +``` + +## Usage +Update exchange rate to get latest rate on the market. +Run below command to get latest exchange rate + +```php +$ php artisan rate:update +``` + +* Get Rate +```php +