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

Laravel package for current and historical currency exchange rates & crypto exchange rates. based on the free API exchangerate.host

Results 9 laravel-currency issues
Sort by recently updated
recently updated
newest added

I used this package for a project and noticed that the converted amount is being rounded up. ![image](https://user-images.githubusercontent.com/24698545/179896102-03ccbc52-c72e-4bdd-944f-3b56aeb22c7b.png) ![image](https://user-images.githubusercontent.com/24698545/179896131-263d8a54-d1e7-4ed0-b1e9-d38f38840c6c.png) `function monetize($amount) { // Get current location $ip = request()->ip(); $geoData...

I installed this package properly and I am calling the class, use AmrShawky\LaravelCurrency\Facade\Currency; it's returning this error Class "AmrShawky\LaravelCurrency\Facade\Currency" not found" I dont know if there is something i am...

Hello. I have 2 columns named "currency" and "bid" in my bids table in database. In the Currency column I store the currency types as USD, EUR, GBP. I keep...

Hey @amrshawky, great project! This is just the easiest to use and cleanest currency library I found. Are you planning to implement any kind of caching, so that we don't...

Hello, I am using laravel-currency package in my project. On local, it working perfectly. But on a live server, it's throwing 504 Gateway Time-out error. My live server operates on...

Hello, This package was working fine for me, But now it always giving 0 when printing the results, I don't Know if the problem from my side or yours.

All calls now prompt the following error: AmrShawky\Exceptions\RequestException { "success": false, "error": { "code": 101, "type": "missing_access_key", "info": "You have not supplied an API Access Key. [Required format: access_key=YOUR_ACCESS_KEY]" }...

Initially currencies like GHS, NGN, AED were included in the rates returned but are not included now.