haitham/country-code-translation
Composer 安装命令:
composer require haitham/country-code-translation
包简介
This bundles translate given country codes to names
README 文档
README
This bundles translate given country codes to names
{{ "TN" |country }} #default locale
<-- OR -->
{{ "TN" |country("en") }} #given locale
INSTALLATION via Composer
composer require haitham/country-code-translation
CONFIGURATION
Register the bundle:
// app/AppKernel.php public function registerBundles() { $bundles = array( // ... new haitham\countriesBundle\haithamcountriesBundle(), ); // ... }
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-02-19