kato/currency-converter-bundle

此包使用api获取当前汇率,将一种货币转换为另一种货币

安装: 6

依赖: 0

建议: 0

安全: 0

星星: 0

关注者: 1

分支: 0

开放问题: 0

类型:symfony-bundle

dev-master 2018-08-18 18:49 UTC

This package is not auto-updated.

Last update: 2024-09-23 19:00:40 UTC


README

安装

  1. composer install

  2. 在config/bundles.php中添加到其他包中

    Kato\CurrencyConverterBundle\KatoCurrencyConverterBundle::class => ['all' => true]

  3. 在config/routes.yaml中添加新路由

    kato_cc

     resource: "@KatoCurrencyConverterBundle/Controller"		
     type:     annotation