This provides Laravel with currency functions such as currency formatting and conversion using up-to-date exchange rates.
Documentation for the package can be found on Lyften.com.
For Laravel 4 Installation see version 0.1;
- Conditional format on conversion
- Fixed bug #51
- Fixed bug #52
- Fixed bug #54
- Major overhaul
- 118 currencies added
- Added support for custom formatters See repo
- Rebuild cache after exchange rate updates
- Fix Bug 33
- Fix Polish currency
- Force conversion to number Bug 25
- Made it easier to use the drivers
- Support Laravel 5
- Update the code to PSR-4 compliant
- Add custom storage drivers
- Removed cookie support
- Removed Blade custom extension (use helper function
currency()
)
- Code cleanup
- Bug fixes
- Added support for OpenExchangeRates.org
- Added a cleanup Artisan command
- Refactored caching
- Fixed bug in the commands
- First release