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 compatitble #154

Closed christopherokonkwo closed 2 years ago

christopherokonkwo commented 2 years ago

updated the composer.json file to include illuminate support 9 and illuminate console 9 and illuminate cache 9. Replaced the getSession() to session() as getSession now returns symphony interface hence, the getSession()->put() method doesn't work same as session()->put().

web-ruslan commented 2 years ago

@Torann Please, accept this pull reqest and create new release to support Laravel 9

web-ruslan commented 2 years ago

@christopherokonkwo Can you crate your own version, because @Torann accept pull reqests slowly?