OhInstagramBundle 此捆绑包已被弃用,取而代之的是使用更新版本的 @sesser 的 Instaphp 库作为 Symfony2 服务。安装方法如下:通过将其添加到 composer.json 来安装该包:
\"oh/instagram-bundle\": \"dev-master\"
安装上述模块后,您需要运行以下命令以更新您的 Composer:
php composer.phar update
然后,在 app/AppKernel.php 中注册该包:
// app/AppKernel.php
public function registerBundles() {
return array(
// ...
new OhInstagramBundle(),
);
}
app/config/
暂无评论