我想添加这个bundle,但我不知道如何在我的项目中安装它。
我使用Ubuntu,我的项目位于var/www/Symfony。有什么线索吗?
发布于 2013-01-21 20:35:46
您可以在https://packagist.org/packages/ricktg/calendar-bundle下的packagist.org上找到他的捆绑包
只需插入
"ricktg/calendar-bundle": "dev-master"添加到web文件夹中的composer.json中,然后运行
composer.phar update在你的控制台中。
https://stackoverflow.com/questions/14438151
复制相似问题