Torann / laravel-currency

This provides Laravel with currency functions such as currency formatting and conversion using up-to-date exchange rates.
http://lyften.com/projects/laravel-currency
BSD 2-Clause "Simplified" License
390 stars 137 forks source link

How to use php artisan currency:update in task sheduling ? #100

Open shankhadevpadam opened 6 years ago

shankhadevpadam commented 6 years ago

I need to update the exchange rate daily. So how to configure for this.

RobinBertilsson commented 6 years ago

@shankhadevpadam Artisan::call('currency:update') in a scheduled task.

ivishnuraj commented 5 years ago

@RobinBertilsson I am getting this as the response The command "currency:update" does not exist.

veneliniliev commented 4 years ago

add command to kernel