Open devhus opened 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"
}
],
Hello, When is it possible to merge the current Pull Request for adding Laravel 10 support?