wannabestart/currency-blade
Composer 安装命令:
composer require wannabestart/currency-blade
包简介
Package to formatting currency in blade view
README 文档
README
This package can help you to format currency at blade directives.
Getting Started
Install
Run the following command:
composer require wannabestart/currency-blade
Usage
Blade Directives
General syntax
@formatcurrency('3CODE',MONEYVALUE)
Example using at Blade Directives
@formatcurrency('USD', 25000) // $25,000.00 @formatcurrency('IDR', 25000) // Rp25.000,00 @formatcurrency('', 25000) // If code NULL it will return its value
You can check your 3 code of currency here
Changelog
Please see Releases for more information what has changed recently.
Contributing
Pull requests are more than welcome. You must follow the PSR coding standards.
Security
If you discover any security related issues, You can issued on this repository.
Credits
License
The MIT License (MIT).
Still improving to update new feature 🔥
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-07-24