Open dungnh opened 2 years ago
I need support Laravel 9 too. Pull reqest for upgrade opened in February :1st_place_medal:
I can install this packages on Laravel 9 but when I run php artisan currency:manage update EUR
nothing happen
Get Updating EUR currency...success
message but exchange_rate
still is 0
I need support Laravel 9 too.
I need support Laravel 9 too.
You need 1.1.2 version
You need 1.1.2 version
@web-ruslan, I have the latest version installed, but the exchange rate is not updated.
You mast check installation by this docs. Maybe its help:
An API key is needed to use OpenExchangeRates.org. Add yours to the config file.
You mast check installation by this docs. Maybe its help:
An API key is needed to use OpenExchangeRates.org. Add yours to the config file.
Everything was done according to the instructions, but still 0 reaction. if I climb to edit the code and immediately return to the function with "openexchangerates" then everything is ok.
php artisan currency:update -o
the key here is having -o at the back.
Hi there, Any chance of upgrading to support Laravel 9 soon?