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
393 stars 136 forks source link

Laravel 10 support #160

Open devhus opened 1 year ago

devhus commented 1 year ago

Hello, When is it possible to merge the current Pull Request for adding Laravel 10 support?

pengkong commented 1 year ago

In the mean time, one can use this package by adding my fork:

In composer.json, add:

    "require": {
         ...
        "torann/currency": "dev-master",
         ...
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/pengkong/laravel-currency"
        }
    ],