javihgil / the-final-countdown-bundle
此包已被放弃,不再维护。未建议替代包。
此包的最新版本(0.0.1)没有提供许可证信息。
0.0.1
2014-12-17 22:43 UTC
This package is auto-updated.
Last update: 2020-10-01 06:00:02 UTC
README
此扩展包在 Symfony 工具栏中设置天数倒计时。
安装
- 将此扩展包添加到 composer.json 文件中作为依赖项
composer require-dev javihgil/the-final-countdown-bundle
-
在应用程序内核中加载扩展包
// app/AppKernel.php public function registerBundles() { // ... if (in_array($this->getEnvironment(), array('dev', 'test'))) { // ... $bundles[] = new Jhg\TheFinalCountdownBundle\JhgTheFinalCountdownBundle(); } return $bundles; }
-
配置扩展包
# app/config/config_dev.yml jhg_the_final_countdown: end_date: 2015/03/02