kato / currency-converter-bundle
此包使用api获取当前汇率,将一种货币转换为另一种货币
dev-master
2018-08-18 18:49 UTC
This package is not auto-updated.
Last update: 2024-09-23 19:00:40 UTC
README
安装
-
composer install
-
在config/bundles.php中添加到其他包中
Kato\CurrencyConverterBundle\KatoCurrencyConverterBundle::class => ['all' => true]
-
在config/routes.yaml中添加新路由
kato_cc
resource: "@KatoCurrencyConverterBundle/Controller" type: annotation