2

我想添加这个,但我不知道如何在我的项目中安装它。

我使用 Ubuntu,我的项目位于 var/www/Symfony。有什么线索吗?

4

1 回答 1

3

你可以在 packagist.org 上找到他的包:https ://packagist.org/packages/ricktg/calendar-bundle

只需插入

"ricktg/calendar-bundle": "dev-master"

进入您的 web 文件夹中的 composer.json 并运行

composer.phar update

在您的控制台中。

于 2013-01-21T12:35:46.210 回答