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 138 forks source link

Laravel 9 support? #155

Open dungnh opened 2 years ago

dungnh commented 2 years ago

Hi there, Any chance of upgrading to support Laravel 9 soon?

web-ruslan commented 2 years ago

I need support Laravel 9 too. Pull reqest for upgrade opened in February :1st_place_medal:

nausixkiz commented 2 years ago

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 image

AndriiTereshchuk commented 1 year ago

I need support Laravel 9 too.

web-ruslan commented 1 year ago

I need support Laravel 9 too.

You need 1.1.2 version

AndriiTereshchuk commented 1 year ago

You need 1.1.2 version

@web-ruslan, I have the latest version installed, but the exchange rate is not updated.

https://ibb.co/xXm7CZ9 https://ibb.co/k0Z3w5b

web-ruslan commented 1 year ago

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.

AndriiTereshchuk commented 1 year ago

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.

pengkong commented 1 year ago

php artisan currency:update -o

the key here is having -o at the back.