laravel-currency icon indicating copy to clipboard operation
laravel-currency copied to clipboard

Laravel 9 support?

Open dungnh opened this issue 2 years ago • 8 comments

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

dungnh avatar Mar 23 '22 10:03 dungnh

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

web-ruslan avatar Mar 31 '22 16:03 web-ruslan

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

nausixkiz avatar Apr 21 '22 18:04 nausixkiz

I need support Laravel 9 too.

AndriiTereshchuk avatar Feb 12 '23 23:02 AndriiTereshchuk

I need support Laravel 9 too.

You need 1.1.2 version

web-ruslan avatar Feb 13 '23 08:02 web-ruslan

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

AndriiTereshchuk avatar Feb 13 '23 21:02 AndriiTereshchuk

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.

web-ruslan avatar Feb 14 '23 07:02 web-ruslan

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.

AndriiTereshchuk avatar Feb 14 '23 13:02 AndriiTereshchuk

php artisan currency:update -o

the key here is having -o at the back.

pengkong avatar Feb 24 '23 11:02 pengkong